Skip to content

Commit

Permalink
container component stories fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
g-stamatis committed Jan 21, 2022
1 parent f1c5e75 commit 692cfce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const content = (
);

const Template = (args) => (
<Container className="eeaContainer" {...args}></Container>
<Container className="eea-container" {...args}></Container>
);

export const Default = Template.bind({});
Expand Down

0 comments on commit 692cfce

Please sign in to comment.