diff --git a/webapp/.storybook/config.js b/webapp/.storybook/config.js index d562044ac..57f6e3bdf 100644 --- a/webapp/.storybook/config.js +++ b/webapp/.storybook/config.js @@ -17,7 +17,7 @@ Vue.component('no-ssr', { template: '
No SSR
', }) Vue.component('v-popover', { - template: '
Popover Content
', + template: '
Popover Content
', }) // Automatically import all files ending in *.stories.js diff --git a/webapp/.storybook/webpack.config.js b/webapp/.storybook/webpack.config.js index fe2f77b9c..80c0358e7 100644 --- a/webapp/.storybook/webpack.config.js +++ b/webapp/.storybook/webpack.config.js @@ -24,7 +24,6 @@ module.exports = async ({ config, mode }) => { __dirname, '../node_modules/@human-connection/styleguide/dist/shared.scss', ), - path.resolve(__dirname, '../assets/styles/main.scss'), ], injector: 'prepend', }, diff --git a/webapp/stories/post-card.story.js b/webapp/stories/post-card.story.js index b74fa88ce..431b292d8 100644 --- a/webapp/stories/post-card.story.js +++ b/webapp/stories/post-card.story.js @@ -16,7 +16,8 @@ const post = { image: null, author: { id: 'u3', - avatar: '/uploads/1561386235196-Fleckenzwerg-Sabberlatzchen', + avatar: + 'https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/db/dbc9e03ebcc384b920c31542af2d27dd8eea9dc2_full.jpg', slug: 'jenny-rostock', name: 'Rainer Unsinn', disabled: false,