Skip to content

Commit b77ef14

Browse files
committed
refactor: replace terminal icon
1 parent 425c841 commit b77ef14

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/components/Header/AccountMenu.client.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function openAuthModal() {
8383
v-else-if="isNpmConnected"
8484
class="w-6 h-6 rounded-full bg-bg-muted ring-2 ring-bg flex items-center justify-center"
8585
>
86-
<span class="i-carbon:terminal w-3 h-3 text-fg-muted" aria-hidden="true" />
86+
<span class="i-lucide:terminal w-3 h-3 text-fg-muted" aria-hidden="true" />
8787
</span>
8888

8989
<!-- Atmosphere avatar (second/front, overlapping) -->
@@ -161,7 +161,7 @@ function openAuthModal() {
161161
v-else
162162
class="w-8 h-8 rounded-full bg-bg-muted flex items-center justify-center"
163163
>
164-
<span class="i-carbon:terminal w-4 h-4 text-fg-muted" aria-hidden="true" />
164+
<span class="i-lucide:terminal w-4 h-4 text-fg-muted" aria-hidden="true" />
165165
</span>
166166
<span class="flex-1 min-w-0">
167167
<span class="font-mono text-sm text-fg truncate block">~{{ npmUser }}</span>
@@ -234,7 +234,7 @@ function openAuthModal() {
234234
class="i-i-svg-spinners:ring-resize w-4 h-4 text-yellow-500 animate-spin"
235235
aria-hidden="true"
236236
/>
237-
<span v-else class="i-carbon:terminal w-4 h-4 text-fg-muted" aria-hidden="true" />
237+
<span v-else class="i-lucide:terminal w-4 h-4 text-fg-muted" aria-hidden="true" />
238238
</span>
239239
<span class="flex-1 min-w-0">
240240
<span class="font-mono text-sm text-fg block">

app/components/Header/MobileMenu.client.vue

Lines changed: 1 addition & 1 deletion
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-lucide: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" />

0 commit comments

Comments
 (0)