Skip to content

Commit 184a5cf

Browse files
committed
Docs link in the sidebar mobile variant
1 parent 3d7849d commit 184a5cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/Sidebar.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@
126126
<v-list-tile-content>
127127
<v-list-tile-title class="navEntry">Home</v-list-tile-title>
128128
</v-list-tile-content>
129+
130+
</v-list-tile>
131+
<v-list-tile href="/docs" target="_blank">
132+
<v-list-tile-action>
133+
<v-icon large>help</v-icon>
134+
</v-list-tile-action>
135+
<v-list-tile-content>
136+
<v-list-tile-title class="navEntry">Documentazione</v-list-tile-title>
137+
</v-list-tile-content>
129138
</v-list-tile>
130139
<!--
131140
<v-list-tile to="/help">

0 commit comments

Comments
 (0)