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