File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments