Use real article authors (remove Staff Reporter): removed mock staticArticles + changed fallback to Broadcast Beat

This commit is contained in:
migration-tooling
2026-05-16 00:54:53 +00:00
parent 3722a34fab
commit 4c0ba55743
8 changed files with 12 additions and 194 deletions

View File

@@ -84,7 +84,7 @@ export default async function SearchPage({ searchParams }: SearchPageProps) {
{article.excerpt || ""}
</p>
<div className="flex items-center gap-2 mt-2">
<span className="text-[#555] font-body text-xs">By {article.author || "Staff Reporter"}</span>
<span className="text-[#555] font-body text-xs">By {article.author || "Broadcast Beat"}</span>
<span className="text-[#444] text-[10px]">·</span>
<span className="text-[#555] font-body text-xs">{article.readTime || ""}</span>
</div>