ui(avbeat): rename homepage 'Staff Editorial' section label to 'Featured Editorial'
This commit is contained in:
@@ -71,7 +71,7 @@ export default async function FeaturedBento() {
|
||||
{/* Section header — same shape as "The Latest" on ArticleFeed:
|
||||
section-label utility + flex-1 hr + accent-blue "all →" link. */}
|
||||
<div className="flex items-center gap-3 mb-4 md:mb-5 flex-wrap">
|
||||
<span className="section-label">Staff Editorial</span>
|
||||
<span className="section-label">Featured Editorial</span>
|
||||
<div className="flex-1 h-px bg-[#DCE6F2]" />
|
||||
<Link href="/news/featured" className="text-[11px] font-mono text-[var(--color-text-info,#60a5fa)] hover:underline whitespace-nowrap">
|
||||
All featured →
|
||||
|
||||
Reference in New Issue
Block a user