Add link to source code

This commit is contained in:
Kevin Thomas
2021-11-13 15:27:37 -08:00
parent 9665cf1a8b
commit fbc43be2e8

View File

@@ -61,6 +61,15 @@
</v-list-item> </v-list-item>
</v-list-item-group> </v-list-item-group>
</v-list> </v-list>
<template v-slot:append>
<v-btn
block
href="https://github.com/KevinThomas0/noisedash"
target="_blank"
>
Source Code
</v-btn>
</template>
</v-navigation-drawer> </v-navigation-drawer>
</v-container> </v-container>
</template> </template>