@@ -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-carbon: terminal w-3 h-3 text-fg-muted" aria-hidden =" true" />
8787 </span >
8888
8989 <!-- Atmosphere avatar (second/front, overlapping) -->
@@ -101,7 +101,7 @@ function openAuthModal() {
101101 class =" w-6 h-6 rounded-full bg-bg-muted ring-2 ring-bg flex items-center justify-center"
102102 :class =" hasBothConnections ? 'relative z-10' : ''"
103103 >
104- <span class =" i-carbon- cloud w-3 h-3 text-fg-muted" aria-hidden =" true" />
104+ <span class =" i-carbon: cloud w-3 h-3 text-fg-muted" aria-hidden =" true" />
105105 </span >
106106 </span >
107107
@@ -112,7 +112,7 @@ function openAuthModal() {
112112
113113 <!-- Chevron -->
114114 <span
115- class =" i-carbon- chevron-down w-3 h-3 transition-transform duration-200"
115+ class =" i-carbon: chevron-down w-3 h-3 transition-transform duration-200"
116116 :class =" { 'rotate-180': isOpen }"
117117 aria-hidden =" true"
118118 />
@@ -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-carbon: 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 >
@@ -203,7 +203,7 @@ function openAuthModal() {
203203 v-else
204204 class =" w-8 h-8 rounded-full bg-bg-muted flex items-center justify-center"
205205 >
206- <span class =" i-carbon- cloud w-4 h-4 text-fg-muted" aria-hidden =" true" />
206+ <span class =" i-carbon: cloud w-4 h-4 text-fg-muted" aria-hidden =" true" />
207207 </span >
208208 <span class =" flex-1 min-w-0" >
209209 <span class =" font-mono text-sm text-fg truncate block"
@@ -231,10 +231,10 @@ function openAuthModal() {
231231 <span class =" w-8 h-8 rounded-full bg-bg-muted flex items-center justify-center" >
232232 <span
233233 v-if =" isNpmConnecting"
234- class =" i-carbon- circle-dash w-4 h-4 text-yellow-500 animate-spin"
234+ class =" i-carbon: circle-dash 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-carbon: 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" >
@@ -255,7 +255,7 @@ function openAuthModal() {
255255 @click =" openAuthModal"
256256 >
257257 <span class =" w-8 h-8 rounded-full bg-bg-muted flex items-center justify-center" >
258- <span class =" i-carbon- cloud w-4 h-4 text-fg-muted" aria-hidden =" true" />
258+ <span class =" i-carbon: cloud w-4 h-4 text-fg-muted" aria-hidden =" true" />
259259 </span >
260260 <span class =" flex-1 min-w-0" >
261261 <span class =" font-mono text-sm text-fg block" >
0 commit comments