We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b7aed commit 643e629Copy full SHA for 643e629
dotcom-rendering/src/components/SupportingContent.tsx
@@ -197,7 +197,7 @@ export const SupportingContent = ({
197
<CardHeadline
198
format={{ design: 0, display: 0, theme: 0 }}
199
hasInlineKicker={true}
200
- // linkTo={subLink.url}
+ linkTo={subLink.url}
201
showPulsingDot={
202
subLink.format.design ===
203
ArticleDesign.LiveBlog
@@ -209,7 +209,7 @@ export const SupportingContent = ({
209
}}
210
/>
211
{/* {subLink.kickerText}
212
- card age below obviously istag page is a lie
+ card age below obviously istag page is a lie, I'll tweak that in a bit
213
*/}
214
<CardAge
215
webPublication={{
0 commit comments