Skip to content

Commit 1975cb7

Browse files
committed
chore: oops - you never saw this
1 parent b66c719 commit 1975cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/MobileMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ watch(isOpen, open => (isLocked.value = open))
182182
rel="noopener noreferrer"
183183
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"
184184
>
185-
<span class="i-carbon:logo-x w-5 h-5 text-fg-muted" aria-hidden="true" />
185+
<span class="i-simple-icons:bluesky w-5 h-5 text-fg-muted" aria-hidden="true" />
186186
{{ $t('footer.social') }}
187187
<span
188188
class="i-carbon:launch rtl-flip w-3 h-3 ms-auto text-fg-subtle"

0 commit comments

Comments
 (0)