Skip to content

Commit 6f93fab

Browse files
committed
style: improve a11y icon
1 parent cfe2c85 commit 6f93fab

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
@@ -70,7 +70,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
7070
to: { name: 'accessibility' },
7171
type: 'link',
7272
external: false,
73-
iconClass: 'i-lucide:person-standing',
73+
iconClass: 'i-lucide:person-standing border rounded-full',
7474
},
7575
],
7676
},

0 commit comments

Comments
 (0)