Fix typo update fooder and active class

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2024-04-07 12:59:22 +06:00
parent 8103f58a52
commit a2c41c723e
3 changed files with 12 additions and 10 deletions

View File

@@ -9,14 +9,14 @@ const path = computed(() => route.fullPath.replace('/', ''))
<div class="px-6 container max-w-5xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-3">
<FooterSite v-if="path === 'about'" />
<FooterDevloper v-else />
<FooterDeveloper v-else />
<FooterLink />
<FooterConnect />
</div>
<div class="border-t dark:border-gray-800 mt-5 text-center p-2">
© 2020-2023 No Right is reserved. Who cares 🤷? It's
© 2020-2024 No Right is reserved. Who cares 🤷? It's
<a href="https://github.com/nurriyad/blog" target="_blank" rel="nofollow" class="underline">open source</a>
anyway.
</div>