Skip to content

Commit

Permalink
fix: footer
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Oct 14, 2024
1 parent b6bfe20 commit 3798f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ const navigation = {
:rel="item.rel"
:href="item.href"
:target="item.target"
class="flex items-center border-b-2 border-transparent text-base text-gray-500 transition-all duration-200 hover:border-blue-600 hover:text-gray-900 focus:border-blue-600"
class="border-b-2 border-transparent text-base text-gray-500 transition-all duration-200 hover:border-blue-600 hover:text-gray-900 focus:border-blue-600"
@click="item.execute && item.execute()"
>
<span v-if="item.icon" class="mr-2">{{ typeof item.icon === 'function' ? item.icon() : item.icon }}</span>
Expand Down

0 comments on commit 3798f43

Please sign in to comment.