mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-27 16:15:47 +01:00
Add link to the app's source code
This commit is contained in:
parent
db55f0505e
commit
7a8d1ee83f
@ -19,6 +19,12 @@ const showDrawer = ref(false);
|
||||
<v-list density="compact" nav>
|
||||
<v-list-item title="Home" prepend-icon="mdi-home" link to="/" />
|
||||
<v-list-item title="Vote" prepend-icon="mdi-vote" link to="/vote" />
|
||||
<v-list-item
|
||||
title="Source code"
|
||||
prepend-icon="mdi-xml"
|
||||
link
|
||||
href="https://github.com/maciejpedzich/racemash"
|
||||
/>
|
||||
</v-list>
|
||||
</v-navigation-drawer>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user