Use real article authors (remove Staff Reporter): removed mock staticArticles + changed fallback to Broadcast Beat
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user