diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index 9d16709a2..16942c0cb 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -327,8 +327,10 @@ function B(props: { ); if (!href) return boldText; + // append UTM details if missing + const hrefWithUtm = href.includes('utm_source=') ? href : href + clientUtmSource(); return ( - + {boldText} );