Skip to content

Commit df31e72

Browse files
deedeehmarjisound
authored andcommitted
Fix stylelint
1 parent c4068b7 commit df31e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/components/SeriesSectionLink.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const fontStyles = (format: ArticleFormat) => {
111111
line-height: 36px;
112112
${from.desktop} {
113113
${textSansBold20};
114-
// This is added again because there is a line-height in textSansBold20 so we are overriding it
114+
/* This is added again because there is a line-height in textSansBold20 so we are overriding it */
115115
line-height: 36px;
116116
}
117117
`;
@@ -122,7 +122,7 @@ const fontStyles = (format: ArticleFormat) => {
122122
123123
${from.desktop} {
124124
${headlineBold20}
125-
// This is added again because there is a line-height in textSansBold20 so we are overriding it
125+
/* This is added again because there is a line-height in textSansBold20 so we are overriding it */
126126
line-height: 36px;
127127
}
128128
`;

0 commit comments

Comments
 (0)