Skip to content

Commit 3901968

Browse files
committed
refactor: replace atmosphere icon
1 parent b77ef14 commit 3901968

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/components/Header/AccountMenu.client.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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">

app/components/Header/MobileMenu.client.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)