Browse Source

Fixing theme on LocaleMenu

pull/976/head
Collin Brown 4 years ago
parent
commit
49988faca4
1 changed files with 2 additions and 1 deletions
  1. 3
      frontend/components/organisms/layout/LocaleMenu.vue

3
frontend/components/organisms/layout/LocaleMenu.vue

@ -17,7 +17,8 @@
:key="locale.code"
>
<nuxt-link
class="v-list-item v-list-item--link theme--dark"
class="v-list-item v-list-item--link"
:class="$vuetify.theme.dark ? 'theme--dark' : 'theme--light'"
:to="switchLocalePath(locale.code)"
>
{{ locale.name }}

Loading…
Cancel
Save