docs: fix link to gallery (#1052)

This commit is contained in:
Tyler Wilding 2022-01-04 21:57:05 -05:00 committed by GitHub
parent 7aa5322a0e
commit 60cbeedaa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,8 @@
</v-btn>
</v-col>
<v-col cols="auto">
<v-btn href="/gallery" rounded color="green darken-1">
<v-icon>mdi-calendar-check</v-icon>
<v-btn to="/gallery" rounded color="green darken-1">
<v-icon>mdi-image</v-icon>
Gallery
</v-btn>
</v-col>