diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index 1593c8d..09ea392 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -9,23 +9,23 @@ const navs = [ { label: 'home', to: '/', - icon: 'i-ph-house-bold' + icon: 'i-ph-house-line-duotone' }, { label: 'uses', to: '/uses', - icon: 'i-ph-briefcase-bold' + icon: 'i-ph-briefcase-duotone' }, { label: 'writings', to: '/writings', - icon: 'i-ph-newspaper-bold' + icon: 'i-ph-newspaper-duotone' }, { label: 'resume', to: '/resume.pdf', target: '_blank', - icon: 'i-ph-person-arms-spread-bold' + icon: 'i-ph-address-book-duotone' } ] @@ -55,7 +55,7 @@ const navs = [