File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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-lucide:at-sign w-3 h-3 text-fg-muted" aria-hidden =" true" />
105105 </span >
106106 </span >
107107
@@ -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-lucide:at-sign 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"
@@ -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-lucide:at-sign 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" >
Original file line number Diff line number Diff line change @@ -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-lucide:at-sign 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-lucide:at-sign 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 >
You can’t perform that action at this time.
0 commit comments