Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 469e958

Browse files
authored
chore: typo in ContentCard.vue (#93)
1 parent c29314b commit 469e958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/content/ContentCard.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defineProps<{
1919
<div class="my-0 text-lg font-semibold">
2020
{{ title }}
2121
<sup v-if="wip" rounded bg-primary:10 px1 text-sm text-primary font-normal>
22-
Comming Soon
22+
Coming Soon
2323
</sup>
2424
</div>
2525
<div class="mb-0 mt-1 text-[15px] op50">

0 commit comments

Comments
 (0)