Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Jan 6, 2025
1 parent a1a8004 commit 952b3c3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions dotcom-rendering/src/components/CardHeadline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import type { PodcastSeriesImage } from '../types/tag';
import { Byline } from './Byline';
import { Kicker } from './Kicker';
import { QuoteIcon } from './QuoteIcon';

type Props = {
/** The text shown */
headlineText: string;
Expand Down
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/FlexibleGeneral.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ArticleDesign } from 'src/lib/articleFormat';
import { ArticleDesign } from '../lib/articleFormat';
import { isMediaCard } from '../lib/cardHelpers';
import { palette } from '../palette';
import type { BoostLevel } from '../types/content';
Expand Down
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/FlexibleSpecial.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ArticleDesign } from 'src/lib/articleFormat';
import { ArticleDesign } from '../lib/articleFormat';
import { isMediaCard } from '../lib/cardHelpers';
import type { BoostLevel } from '../types/content';
import type {
Expand Down
1 change: 0 additions & 1 deletion dotcom-rendering/src/components/Kicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export const Kicker = ({
loading={'lazy'}
aspectRatio={'1:1'}
/>
s
</div>
)}
{showPulsingDot && (
Expand Down

0 comments on commit 952b3c3

Please sign in to comment.