Skip to content

Commit

Permalink
update dependencies and fix translate button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed May 15, 2024
1 parent 3eb71c6 commit ead2de8
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 471 deletions.
1 change: 1 addition & 0 deletions src/appbar/TranslateButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function changeLanguage(newLocale: Locale) {
<template>
<div class="text-center">
<v-btn icon="mdi-translate">
<v-icon icon="mdi-translate" />
<v-menu :close-on-content-click="true" activator="parent">
<v-list>
<v-list-item
Expand Down
Loading

0 comments on commit ead2de8

Please sign in to comment.