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 9930c17 commit 4c2207bCopy full SHA for 4c2207b
dotcom-rendering/src/components/FlexibleGeneral.tsx
@@ -265,7 +265,7 @@ export const SplashCardLayout = ({
265
266
const useLargerHeadlineSizeDesktop =
267
// When there's no image, we want the text to take up more space. The exception is Opinion
268
- // cards, as avatars are more common and command less visual weight that a standard image.
+ // cards, as avatars are more common and command less visual weight than a standard image.
269
(!card.image && card.format.design !== ArticleDesign.Comment) ||
270
card.showLivePlayable;
271
0 commit comments