mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
[Broken Link Fixing] footer of Explorer app
Fixed broken redirect to docs for project listing + Changed footer pointing to use-case generator towards the full database on Github
This commit is contained in:
parent
2d4e2868c0
commit
63de6011db
1 changed files with 3 additions and 3 deletions
|
@ -48,11 +48,11 @@
|
||||||
<NuxtLink to="https://docs.web3privacy.info/events/" opacity-50 hover:underline>
|
<NuxtLink to="https://docs.web3privacy.info/events/" opacity-50 hover:underline>
|
||||||
{{ 'Talks' }}
|
{{ 'Talks' }}
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<NuxtLink to="https://docs.web3privacy.info/projects/db" opacity-50 hover:underline>
|
<NuxtLink to="https://docs.web3privacy.info/projects/privacy-explorer/" opacity-50 hover:underline>
|
||||||
{{ 'Privacy Explorer' }}
|
{{ 'Privacy Explorer' }}
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<NuxtLink to="https://docs.web3privacy.info/projects/usecase-db" opacity-50 hover:underline>
|
<NuxtLink to="https://github.com/web3privacy/web3privacy" opacity-50 hover:underline>
|
||||||
{{ 'Privacy use-cases database' }}
|
{{ 'Privacy database' }}
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
<hr block sm:hidden border-t-2px border-white opacity-10 w-full>
|
<hr block sm:hidden border-t-2px border-white opacity-10 w-full>
|
||||||
|
|
Loading…
Reference in a new issue