Use real article authors (remove Staff Reporter): removed mock staticArticles + changed fallback to Broadcast Beat
This commit is contained in:
@@ -104,7 +104,7 @@ export default async function FeaturedBento() {
|
||||
</p>
|
||||
)}
|
||||
<div className="mt-4 flex flex-wrap items-center gap-3 text-[11px] font-mono text-[#9ca3af]">
|
||||
<span>{hero.author_name || "Staff Reporter"}</span>
|
||||
<span>{hero.author_name || "Broadcast Beat"}</span>
|
||||
<span>·</span>
|
||||
<span>{ago(hero.wp_published_at)}</span>
|
||||
<span aria-hidden="true" className="text-[var(--color-text-info,#60a5fa)] ml-2">→ Read full story</span>
|
||||
|
||||
Reference in New Issue
Block a user