We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66c719 commit 1975cb7Copy full SHA for 1975cb7
app/components/MobileMenu.vue
@@ -182,7 +182,7 @@ watch(isOpen, open => (isLocked.value = open))
182
rel="noopener noreferrer"
183
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"
184
>
185
- <span class="i-carbon:logo-x w-5 h-5 text-fg-muted" aria-hidden="true" />
+ <span class="i-simple-icons:bluesky w-5 h-5 text-fg-muted" aria-hidden="true" />
186
{{ $t('footer.social') }}
187
<span
188
class="i-carbon:launch rtl-flip w-3 h-3 ms-auto text-fg-subtle"
0 commit comments