Skip to content

Commit dea05c4

Browse files
committed
replace bluesky icon
1 parent 6b890c3 commit dea05c4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
116116
target: '_blank',
117117
type: 'link',
118118
external: true,
119-
iconClass: 'i-carbon:chat',
119+
iconClass: 'i-lucide:message-circle',
120120
},
121121
],
122122
},

app/components/BlueskyPostEmbed.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const { data: post, status } = useAsyncData(
120120
{{ post.repostCount }}
121121
</span>
122122
<span v-if="post.replyCount" class="flex items-center gap-1">
123-
<span class="i-carbon:chat w-3.5 h-3.5" aria-hidden="true" />
123+
<span class="i-lucide:message-circle w-3.5 h-3.5" aria-hidden="true" />
124124
{{ post.replyCount }}
125125
</span>
126126
</div>

app/components/CallToAction.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const socialLinks = computed(() => [
1111
{
1212
id: 'discord',
1313
href: 'https://chat.npmx.dev',
14-
icon: 'i-carbon:chat',
14+
icon: 'i-lucide:message-circle',
1515
titleKey: $t('about.get_involved.community.title'),
1616
descriptionKey: $t('about.get_involved.community.description'),
1717
ctaKey: $t('about.get_involved.community.cta'),

0 commit comments

Comments
 (0)