Skip to content

Commit

Permalink
PR requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Oct 17, 2024
1 parent 3bad5e6 commit 2f43bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import {
TrailTextWrapper,
} from './components/TrailTextWrapper';

type Position = 'inner' | 'outer' | 'none';
export type Position = 'inner' | 'outer' | 'none';

export type Props = {
linkTo: string;
Expand Down

0 comments on commit 2f43bb6

Please sign in to comment.