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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span
|
<a href={core.links.donate} target="_blank">
|
||||||
class="text-white md:text-center text-left w-full flex md:items-center justify-center mt-[24px]"
|
<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]" />
|
<span class="flex md:items-center items-start gap-[8px]">
|
||||||
Or if you like our ideas and community you can privately donate via Ethereum
|
<img src="/icons/gift.svg" alt="" class="md:mt-[0px] mt-[4px]" />
|
||||||
/ Bitcoin / Monero or support us on Gitcoin Grants
|
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>
|
||||||
</span>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -20,7 +20,8 @@
|
||||||
"signal": "https://signal.group/#CjQKILd3qhOu7_p8OB0bob3bU3Ko0jfgfxm9DK39oK1eiMe_EhA47ns-aCFke2YA3iMnuxqJ",
|
"signal": "https://signal.group/#CjQKILd3qhOu7_p8OB0bob3bU3Ko0jfgfxm9DK39oK1eiMe_EhA47ns-aCFke2YA3iMnuxqJ",
|
||||||
"projects": "https://docs.web3privacy.info/#our-projects",
|
"projects": "https://docs.web3privacy.info/#our-projects",
|
||||||
"research": "https://web3privacy.info/research/",
|
"research": "https://web3privacy.info/research/",
|
||||||
"brand":"https://github.com/web3privacy/brand"
|
"brand":"https://github.com/web3privacy/brand",
|
||||||
|
"donate":"https://docs.web3privacy.info/donate/"
|
||||||
},
|
},
|
||||||
"teams": {
|
"teams": {
|
||||||
"core-team": [
|
"core-team": [
|
||||||
|
|
Loading…
Reference in a new issue