diff --git a/src/components/atoms/LegacyButton/LegacyButton.css b/src/components/atoms/LegacyButton/LegacyButton.css index c00c8bf4..600c1454 100644 --- a/src/components/atoms/LegacyButton/LegacyButton.css +++ b/src/components/atoms/LegacyButton/LegacyButton.css @@ -14,4 +14,4 @@ a { display: block; height: 100%; width: 100%; -} \ No newline at end of file +} diff --git a/src/stories/legacybutton.stories.js b/src/stories/legacybutton.stories.js index 147d321b..a39c21a9 100644 --- a/src/stories/legacybutton.stories.js +++ b/src/stories/legacybutton.stories.js @@ -78,11 +78,7 @@ function _createLegacyButton(args) { // Template const Template = (args) => { - return html` -