0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2025-01-03 14:11:08 +00:00

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

View file

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