We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8cf81 commit 8593f16Copy full SHA for 8593f16
src/pages/blog-views/StandardBlogPostPage.jsx
@@ -235,7 +235,7 @@ const StandardBlogPostPage = () => {
235
</span>
236
</Link>
237
<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'}
+ Category: {post.attributes.category || 'Standard'}
239
240
</div>
241
0 commit comments