Skip to content

Commit

Permalink
fix(research): updated top news headlines
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldsouzax committed Aug 15, 2023
1 parent 01f0758 commit 3db6b74
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ const News: React.FC<NewsProps> = ({
}) => {
const { xl } = useBreakpoint();
return (
<Card bordered title="Top News Stories" className="override-list">
<Card
bordered
title="Headlines from Weekly Newsletter"
className="override-list"
>
<DefaultRichTextRenderer document={topNews} />
<>
{!hideOtherStores && (
Expand Down

0 comments on commit 3db6b74

Please sign in to comment.