Add link to donation site in footer
This commit is contained in:
parent
c9b5e7824c
commit
1acfde4320
1 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,14 @@ export default function ({ comp }) {
|
|||
alt="e-mail"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://pay.fosterhangdaan.com" title="Donate">
|
||||
<img
|
||||
src="https://static.fosterhangdaan.com/icons/tabler-icons/v2.47.0/svg/heart-dollar.svg"
|
||||
className="icon"
|
||||
style={iconStyle}
|
||||
alt="donate"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://www.fosterhangdaan.com/blog/feed.rss" title="RSS Feed">
|
||||
<img
|
||||
src="https://static.fosterhangdaan.com/icons/tabler-icons/v2.47.0/svg/rss.svg"
|
||||
|
|
Loading…
Reference in a new issue