Skip to content

Commit f08c10b

Browse files
committed
add icon back into mobile menu for blog item
1 parent eaf5097 commit f08c10b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
6565
to: { name: 'blog' },
6666
type: 'link',
6767
external: false,
68-
iconClass: 'i-carbon:blog',
68+
iconClass: 'i-lucide:notebook-pen',
6969
},
7070
{
7171
name: 'Privacy Policy',

0 commit comments

Comments
 (0)