Skip to content

Commit fbff66b

Browse files
committed
replace repeat icon
1 parent 2a58558 commit fbff66b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/BlueskyPostEmbed.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const { data: post, status } = useAsyncData(
116116
{{ post.likeCount }}
117117
</span>
118118
<span v-if="post.repostCount" class="flex items-center gap-1">
119-
<span class="i-carbon:repeat w-3.5 h-3.5" aria-hidden="true" />
119+
<span class="i-lucide:repeat w-3.5 h-3.5" aria-hidden="true" />
120120
{{ post.repostCount }}
121121
</span>
122122
<span v-if="post.replyCount" class="flex items-center gap-1">

0 commit comments

Comments
 (0)