From 43d2bdd106a16ed928171f8755521532eea3d32a Mon Sep 17 00:00:00 2001 From: Local Administrator Date: Wed, 3 Jun 2026 18:15:49 +0000 Subject: [PATCH] =?UTF-8?q?ui(avbeat):=20rename=20Industry=20News=20promot?= =?UTF-8?q?ed-coverage=20badge=20'Advertiser'=20=E2=86=92=20'HIGHLIGHT'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit src/app/home-page/components/ArticleFeed.tsx:597 — the article-card badge shown when promoted==='client' said '◆ Advertiser' with a title tooltip 'Advertiser coverage: '. Both copies now say 'HIGHLIGHT' / 'Highlight: '. Visual treatment (diamond glyph, blue token, uppercase tracking) preserved. The ★ Featured badge for promoted==='premium' is untouched. Note: BB still has the original 'Advertiser' label; this change is avbeat-only unless Ryan asks for it mirrored on BB. --- src/app/home-page/components/ArticleFeed.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/home-page/components/ArticleFeed.tsx b/src/app/home-page/components/ArticleFeed.tsx index a77cc83..9909c66 100644 --- a/src/app/home-page/components/ArticleFeed.tsx +++ b/src/app/home-page/components/ArticleFeed.tsx @@ -593,8 +593,8 @@ export default function ArticleFeed() { )} {promoted === 'client' && ( - - ◆ Advertiser + + ◆ HIGHLIGHT )} {article?.category && article.category.toLowerCase() !== "legacy" && (