Use real article authors (remove Staff Reporter): removed mock staticArticles + changed fallback to Broadcast Beat
This commit is contained in:
@@ -275,7 +275,7 @@ export default function NewsPage({ articles }: { articles: Article[] }) {
|
||||
</h2>
|
||||
<p className="text-[#777] font-body text-sm leading-relaxed line-clamp-2">{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