Skip to content

Commit

Permalink
feat: add GitHub link with icon to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
k-urtica committed Aug 31, 2024
1 parent ba53470 commit 2bb82db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ const menus = [
<NuxtLink
to="https://github.com/k-urtica/k-urtica.github.io"
target="_blank"
class="text-sm text-zinc-200/90"
class="flex items-center gap-1 text-sm text-zinc-200/90"
>
GitHub
<Icon name="i-mdi-github" size="1.2em" />
</NuxtLink>
</footer>
</GlassCard>
Expand Down

0 comments on commit 2bb82db

Please sign in to comment.