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 f4f6882 commit b489f81Copy full SHA for b489f81
src/documentation/layout/AppBar.vue
@@ -18,7 +18,7 @@
18
v-else
19
class="nav-drawer-btn me-2 ms-3"
20
:height="iconSize.height"
21
- :href="`/${store.storageName}/`"
+ :href="`/${store.packageName}/`"
22
:width="iconSize.width"
23
>
24
<v-icon icon="mdi:mdi-home"></v-icon>
@@ -36,7 +36,7 @@
36
multiple
37
placeholder="Vuetify Links"
38
prepend-inner-icon="$vuetify"
39
- style="height: inherit; max-width: 300px; width: 300px;"
+ style="max-width: 300px; width: 300px;"
40
title="name"
41
variant="underlined"
42
0 commit comments