diff --git a/website/client/config/storybook/config.js b/website/client/config/storybook/config.js index b6e2542071..ffcb7d4e98 100644 --- a/website/client/config/storybook/config.js +++ b/website/client/config/storybook/config.js @@ -73,10 +73,12 @@ store.state.user.data = { Vue.prototype.$store = store; + const req = require.context('../../src', true, /.stories.js$/); function loadStories () { req.keys().forEach(filename => req(filename)); } + configure(loadStories, module); diff --git a/website/client/src/components/appFooter.vue b/website/client/src/components/appFooter.vue index e9059f2440..7097b86533 100644 --- a/website/client/src/components/appFooter.vue +++ b/website/client/src/components/appFooter.vue @@ -6,16 +6,12 @@

- {{ $t('mobileIOS') }} + {{ $t('mobileIOS') }}

- {{ $t('mobileAndroid') }} + {{ $t('mobileAndroid') }}

@@ -27,16 +23,12 @@
  • - {{ $t('companyBlog') }} + {{ $t('companyBlog') }}
  • - {{ $t('tumblr') }} + {{ $t('tumblr') }}
  • @@ -44,10 +36,8 @@
  • - {{ $t('oldNews') }} + {{ $t('oldNews') }}
  • {{ (user.party.quest.progress.up || 0) @@ -189,9 +187,9 @@
    -
    +
    -
    +