Skip to content

Commit

Permalink
best tag style
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolhetti authored Nov 2, 2024
1 parent 8385972 commit 64ba6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blog/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ withDefaults(defineProps<Props>(), {
<div class="flex items-center gap-1 flex-wrap">
<LogoTag />
<template v-for="tag in tags" :key="tag">
<span>{{ tag }}</span>
<span class="bg-gray-200 dark:bg-slate-900 rounded-md px-2 py-1 font-semibold">{{ tag }}</span>
</template>
</div>
</div>
Expand Down

0 comments on commit 64ba6f3

Please sign in to comment.