Skip to content

Commit ad49fa4

Browse files
refactor: use colon-style icon names
1 parent da51b4c commit ad49fa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/components/Header/MobileMenu.client.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ onUnmounted(deactivate)
130130
v-else
131131
class="w-5 h-5 rounded-full bg-bg-muted flex items-center justify-center"
132132
>
133-
<span class="i-carbon-terminal w-3 h-3 text-fg-muted" aria-hidden="true" />
133+
<span class="i-carbon:terminal w-3 h-3 text-fg-muted" aria-hidden="true" />
134134
</span>
135135
<span class="flex-1">~{{ npmUser }}</span>
136136
<span class="w-2 h-2 rounded-full bg-green-500" aria-hidden="true" />
@@ -155,7 +155,7 @@ onUnmounted(deactivate)
155155
v-else
156156
class="w-5 h-5 rounded-full bg-bg-muted flex items-center justify-center"
157157
>
158-
<span class="i-carbon-cloud w-3 h-3 text-fg-muted" aria-hidden="true" />
158+
<span class="i-carbon:cloud w-3 h-3 text-fg-muted" aria-hidden="true" />
159159
</span>
160160
<span class="flex-1 truncate">@{{ atprotoUser.handle }}</span>
161161
</button>
@@ -168,7 +168,7 @@ onUnmounted(deactivate)
168168
@click="handleShowAuth"
169169
>
170170
<span class="w-5 h-5 rounded-full bg-bg-muted flex items-center justify-center">
171-
<span class="i-carbon-cloud w-3 h-3 text-fg-muted" aria-hidden="true" />
171+
<span class="i-carbon:cloud w-3 h-3 text-fg-muted" aria-hidden="true" />
172172
</span>
173173
<span class="flex-1">{{ $t('account_menu.connect_atmosphere') }}</span>
174174
</button>

0 commit comments

Comments
 (0)