Skip to content

Commit dd113e1

Browse files
committed
resize dashboard navbar logo
Took 11 minutes
1 parent 64d6eac commit dd113e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/layouts/AdminLayout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
>
1010
<v-app-bar-nav-icon @click="drawer = !drawer" />
1111
<v-app-bar-title>
12-
<v-img width="75">
12+
<v-img width="50">
1313
<brand-logo background="primary" />
1414
</v-img>
1515
</v-app-bar-title>
@@ -33,7 +33,7 @@
3333
</v-btn>
3434
</v-app-bar>
3535

36-
<side-bar :key="route().current()" />
36+
<side-bar :key="route().current() + $i18n.locale" />
3737

3838
<!-- Sizes your content based upon application components -->
3939
<v-main>

0 commit comments

Comments
 (0)