mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
feat: final fixes
This commit is contained in:
parent
efa54143b6
commit
049f5c3960
2 changed files with 12 additions and 9 deletions
|
@ -111,13 +111,15 @@ const { variant = "about" } = Astro.props;
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span
|
||||
class="text-white md:text-center text-left w-full flex md:items-center justify-center mt-[24px]"
|
||||
>
|
||||
<span class="flex md:items-center items-start gap-[8px]">
|
||||
<img src="/icons/gift.svg" alt="" class="md:mt-[0px] mt-[4px]" />
|
||||
Or if you like our ideas and community you can privately donate via Ethereum
|
||||
/ Bitcoin / Monero or support us on Gitcoin Grants
|
||||
<a href={core.links.donate} target="_blank">
|
||||
<span
|
||||
class="text-white md:text-center text-left w-full flex md:items-center justify-center mt-[24px]"
|
||||
>
|
||||
<span class="flex md:items-center items-start gap-[8px]">
|
||||
<img src="/icons/gift.svg" alt="" class="md:mt-[0px] mt-[4px]" />
|
||||
Or if you like our ideas and community you can privately donate via Ethereum
|
||||
/ Bitcoin / Monero or support us on Gitcoin Grants
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
"signal": "https://signal.group/#CjQKILd3qhOu7_p8OB0bob3bU3Ko0jfgfxm9DK39oK1eiMe_EhA47ns-aCFke2YA3iMnuxqJ",
|
||||
"projects": "https://docs.web3privacy.info/#our-projects",
|
||||
"research": "https://web3privacy.info/research/",
|
||||
"brand":"https://github.com/web3privacy/brand"
|
||||
"brand":"https://github.com/web3privacy/brand",
|
||||
"donate":"https://docs.web3privacy.info/donate/"
|
||||
},
|
||||
"teams": {
|
||||
"core-team": [
|
||||
|
|
Loading…
Reference in a new issue