Skip to content

Commit

Permalink
feat: add spaces between programming language and icon at homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmeow committed Oct 5, 2024
1 parent 88aa5c5 commit 087d8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
專精
<NuxtLink to="https://go.dev" target="_blank" class="decoration-2 hover:underline"
>Go</NuxtLink
>
>{{ ' ' }}
<FAIcon
category="fab"
icon="golang"
Expand All @@ -39,7 +39,7 @@
target="_blank"
class="decoration-2 hover:underline"
>JavaScript</NuxtLink
>
>{{ ' ' }}
<FAIcon
category="fab"
icon="js-square"
Expand Down

0 comments on commit 087d8cd

Please sign in to comment.