Skip to content

Commit 8d6ea45

Browse files
committed
refactor: replace bluesky icon
1 parent 3901968 commit 8d6ea45

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
107107
target: '_blank',
108108
type: 'link',
109109
external: true,
110-
iconClass: 'i-carbon:logo-bluesky',
110+
iconClass: 'i-simple-icons:bluesky',
111111
},
112112
{
113113
name: 'Chat',

app/components/BlueskyPostEmbed.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const { data: post, status } = useAsyncData(
8383
<div class="text-sm text-fg-subtle truncate">@{{ post.author.handle }}</div>
8484
</div>
8585
<span
86-
class="i-carbon:logo-bluesky w-5 h-5 text-fg-subtle ms-auto shrink-0"
86+
class="i-simple-icons:bluesky w-5 h-5 text-fg-subtle ms-auto shrink-0"
8787
aria-hidden="true"
8888
/>
8989
</div>

app/components/CallToAction.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const socialLinks = computed(() => [
1919
{
2020
id: 'bluesky',
2121
href: 'https://social.npmx.dev',
22-
icon: 'i-carbon:logo-bluesky',
22+
icon: 'i-simple-icons:bluesky',
2323
titleKey: $t('about.get_involved.follow.title'),
2424
descriptionKey: $t('about.get_involved.follow.description'),
2525
ctaKey: $t('about.get_involved.follow.cta'),

app/components/Header/AccountMenu.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ 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-i-svg-spinners:ring-resize w-4 h-4 text-yellow-500 animate-spin"
234+
class="i-i-svg-spinneacka w-4 h-4 text-yellow-500 animate-spin"
235235
aria-hidden="true"
236236
/>
237237
<span v-else class="i-lucide:terminal w-4 h-4 text-fg-muted" aria-hidden="true" />

app/components/Header/AuthModal.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ watch(handleInput, newHandleInput => {
132132
type="button"
133133
class="w-full"
134134
@click="handleBlueskySignIn"
135-
classicon="i-carbon:logo-bluesky"
135+
classicon="i-simple-icons:bluesky"
136136
>
137137
{{ $t('auth.modal.connect_bluesky') }}
138138
</ButtonBase>

0 commit comments

Comments
 (0)