Skip to content

Commit b489f81

Browse files
Fix link
1 parent f4f6882 commit b489f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/documentation/layout/AppBar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
v-else
1919
class="nav-drawer-btn me-2 ms-3"
2020
:height="iconSize.height"
21-
:href="`/${store.storageName}/`"
21+
:href="`/${store.packageName}/`"
2222
:width="iconSize.width"
2323
>
2424
<v-icon icon="mdi:mdi-home"></v-icon>
@@ -36,7 +36,7 @@
3636
multiple
3737
placeholder="Vuetify Links"
3838
prepend-inner-icon="$vuetify"
39-
style="height: inherit; max-width: 300px; width: 300px;"
39+
style="max-width: 300px; width: 300px;"
4040
title="name"
4141
variant="underlined"
4242
>

0 commit comments

Comments
 (0)