Merge pull request #58 from web3privacy/dw/bug-fixes

fix: nav links
This commit is contained in:
Dominik Wane 2024-10-07 00:01:26 -07:00 committed by GitHub
commit b2e47ed12a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@
items-center items-center
> >
<NuxtLink <NuxtLink
to="https://web3privacy.info/" to="https://web3privacy.info/about/"
bg-black bg-black
hover:bg-white hover:bg-white
w-full w-full
@ -28,7 +28,7 @@
About About
</NuxtLink> </NuxtLink>
<NuxtLink <NuxtLink
to="https://web3privacy.info/" to="https://mirror.xyz/0x0f1F3DAf416B74DB3DE55Eb4D7513a80F4841073/s9flkE6tMaJ4f2tzWu-FmDy7Zx_TRPe3jdXr2iYmYH0"
bg-black bg-black
hover:bg-white hover:bg-white
w-full w-full

View file

@ -82,7 +82,7 @@ const isProjectDetailRoute = computed(() => {
justify-center justify-center
> >
<NuxtLink <NuxtLink
to="https://web3privacy.info/" to="https://web3privacy.info/about/"
py-2 py-2
px-4 px-4
cursor-pointer cursor-pointer
@ -105,7 +105,7 @@ const isProjectDetailRoute = computed(() => {
underline-offset-1 underline-offset-1
text-14px text-14px
font-400 font-400
to="/" to="https://mirror.xyz/0x0f1F3DAf416B74DB3DE55Eb4D7513a80F4841073/s9flkE6tMaJ4f2tzWu-FmDy7Zx_TRPe3jdXr2iYmYH0"
> >
Scoring Scoring
</NuxtLink> </NuxtLink>