Skip to content

Commit 863a563

Browse files
committed
fix(ArticleMetadata): correct text color format in template
1 parent 5a08874 commit 863a563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/ArticleMetadata.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const formattedDate = computed(() => {
1313
</script>
1414

1515
<template>
16-
<div flex="~ items-center gap-x-16 wrap" text="12 neutral" nq-label>
16+
<div flex="~ items-center gap-x-16 wrap" text="12/2 neutral" nq-label>
1717
<time :datetime="formattedDate">
1818
{{ formattedDate }}
1919
</time>

0 commit comments

Comments
 (0)