Skip to content

Commit

Permalink
feat(Navbar): 💄 Updated Resume & Blogs Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bKoZii committed Sep 12, 2024
1 parent 86f1241 commit f841e5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ULink
:to="data.to"
active-class="text-primary dark:text-primary dark:hover:text-primary hover:text-primary"
class="inline-flex text-gray-600 transition duration-100 hover:text-gray-900 dark:text-gray-100 dark:hover:text-white"
class="inline-flex text-gray-600 transition duration-100 hover:text-gray-900 dark:text-gray-100 dark:hover:text-neutral-400"
:aria-label="`Go to ${data.label} Page.`"
>
<icon :name="data.icon" size="24px" mode="svg" class="active:scale-90" />
Expand Down Expand Up @@ -76,12 +76,12 @@ const navItems = [
{
label: 'Resume',
to: '/Resume',
icon: 'ph:read-cv-logo-duotone'
icon: 'ph:file-text'
},
{
label: 'Blog',
to: '/blog',
icon: 'ph:notebook-duotone'
icon: 'ph:book-duotone'
}
]
</script>

1 comment on commit f841e5d

@vercel
Copy link

@vercel vercel bot commented on f841e5d Sep 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

konkamon – ./

konkamon-git-main-bkozii.vercel.app
konkamon-bkozii.vercel.app
konkamon.vercel.app

Please sign in to comment.