Fix typo update fooder and active class
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user