Browse Source

Update header to capitalize text

pull/1273/head
Hironsan 3 years ago
parent
commit
60803d7816
1 changed files with 2 additions and 0 deletions
  1. 2
      frontend/components/layout/TheHeader.vue

2
frontend/components/layout/TheHeader.vue

@ -20,6 +20,7 @@
<v-btn
v-if="isAuthenticated && isIndividualProject"
text
class="d-none d-sm-flex"
style="text-transform:none"
>
<v-icon small class="mr-1">
@ -33,6 +34,7 @@
<v-btn
v-if="isAuthenticated"
text
class="text-capitalize"
@click="$router.push(localePath('/projects'))"
>
{{ $t('header.projects') }}

Loading…
Cancel
Save