Skip to content

Commit 7a5feab

Browse files
committed
feat: change blog icon
1 parent f36ef9a commit 7a5feab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Header/MobileMenu.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ onUnmounted(deactivate)
117117
class="flex items-center gap-3 px-3 py-3 rounded-md font-mono text-sm text-fg hover:bg-bg-subtle transition-colors duration-200"
118118
@click="closeMenu"
119119
>
120-
<span class="i-carbon:information w-5 h-5 text-fg-muted" aria-hidden="true" />
120+
<span class="i-carbon:blog w-5 h-5 text-fg-muted" aria-hidden="true" />
121121
{{ $t('footer.blog') }}
122122
</NuxtLink>
123123

0 commit comments

Comments
 (0)