Skip to content

Commit 8593f16

Browse files
committed
fix: naming of category badge
1 parent 1b8cf81 commit 8593f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog-views/StandardBlogPostPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const StandardBlogPostPage = () => {
235235
</span>
236236
</Link>
237237
<span className="font-mono text-[10px] text-emerald-500 uppercase tracking-widest border border-emerald-500/20 px-2 py-1.5 rounded-full bg-emerald-500/5 backdrop-blur-sm">
238-
SOURCE: {post.attributes.category || 'Standard'}
238+
Category: {post.attributes.category || 'Standard'}
239239
</span>
240240
</div>
241241

0 commit comments

Comments
 (0)