We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb297b3 commit 3ef5407Copy full SHA for 3ef5407
vue/src/components/ErrorMessage.vue
@@ -32,8 +32,8 @@
32
<v-card-text>{{textString}}</v-card-text>
33
<v-card-actions class="pb-4 pr-4">
34
<v-spacer></v-spacer>
35
- <v-btn color="gray" @click="composeEmail">{{$t('button.contact')}}</v-btn>
36
- <v-btn color="primary" class="ml-4" :to="'/' + $i18n.locale + '/'">
+ <v-btn depressed color="gray" @click="composeEmail">{{$t('button.contact')}}</v-btn>
+ <v-btn depressed color="primary" class="ml-4" :to="'/' + $i18n.locale + '/'">
37
{{$t('button.back')}}
38
</v-btn>
39
</v-card-actions>
0 commit comments