diff --git a/website/client/config/storybook/config.js b/website/client/config/storybook/config.js index ffcb7d4e98..b6e2542071 100644 --- a/website/client/config/storybook/config.js +++ b/website/client/config/storybook/config.js @@ -73,12 +73,10 @@ 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 7097b86533..e9059f2440 100644 --- a/website/client/src/components/appFooter.vue +++ b/website/client/src/components/appFooter.vue @@ -6,12 +6,16 @@

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

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

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