Skip to content

Commit d656586

Browse files
committed
corrected title of FixedMediumSlowVI story
1 parent c4602eb commit d656586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/web/components/FixedMediumSlowVI.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export default {
1818
};
1919

2020
export const Default = () => (
21-
<FrontSection title="Fixed Small Slow VI" centralBorder="partial">
21+
<FrontSection title="Fixed Medium Slow VI" centralBorder="partial">
2222
<FixedMediumSlowVI trails={trails} showAge={true} />
2323
</FrontSection>
2424
);
25-
Default.story = { name: 'FixedSmallSlowVI' };
25+
Default.story = { name: 'FixedMediumSlowVI' };

0 commit comments

Comments
 (0)