Merge pull request #174 from etekweb/settings-button-icon

Updated settings icon since it is not an overlay menu
This commit is contained in:
Kenny 2022-03-23 12:51:19 -04:00 committed by GitHub
commit a25c31f3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
class="ml-4 mr-2 my-auto fill-height"
style="border-radius: 0.25rem !important"
to="/settings"
><v-icon>mdi-dots-vertical</v-icon></v-btn
><v-icon>mdi-cog-outline</v-icon></v-btn
>
</v-card>
</template>