Skip to content

Commit

Permalink
delete unnecessary className
Browse files Browse the repository at this point in the history
  • Loading branch information
totocalcio committed May 19, 2024
1 parent 1295e12 commit 67060f5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/ui/components/common/LocaleSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,12 @@ watch(
>
<span
v-if="isChecked"
class="locale-switch-button-language locale-switch-button-language-ja"
class="locale-switch-button-language"
:class="{ 'locale-switch-button-language-checked': !isChecked }"
>
<span>{{ LANGUAGES.JAPANESE }}</span>
</span>
<span
class="locale-switch-button-circle"
:class="{ 'locale-switch-button-circle-ja': !isChecked }"
>
<span class="locale-switch-button-circle">
{{ isChecked ? LANGUAGES.ENGLISH : LANGUAGES.JAPANESE }}
</span>
<span
Expand Down

0 comments on commit 67060f5

Please sign in to comment.