diff --git a/src/components/NavMenu.vue b/src/components/NavMenu.vue index c6e9cb18..fe67d4a2 100644 --- a/src/components/NavMenu.vue +++ b/src/components/NavMenu.vue @@ -32,7 +32,7 @@ @click="handleMenuItemClick(item)"> + class="inline-flex size-6 items-center justify-center text-lg" /> {{ item.titleIsCustom ? item.title : t(item.title || '') }} @@ -53,7 +53,7 @@ :class="isNavItemNotified(item) ? 'notify' : undefined"> + class="inline-flex size-6 items-center justify-center text-lg" /> {{ item.titleIsCustom ? item.title : t(item.title || '') }} @@ -72,7 +72,7 @@ + class="inline-flex size-5 items-center justify-center text-base" /> {{ t(entry.label) }} @@ -93,8 +93,7 @@ - + {{ t('nav_tooltip.help_support') }} @@ -123,8 +122,7 @@ - + {{ t('nav_tooltip.manage') }} @@ -209,7 +207,7 @@ {{ t('nav_tooltip.toggle_theme') }} @@ -416,7 +414,6 @@ const themes = computed(() => Object.keys(THEME_CONFIG)); const { themeColors, currentThemeColor, isApplyingThemeColor, applyThemeColor, initThemeColor } = useThemeColor(); - const currentThemeIsDark = computed(() => isDarkMode.value); watch( () => locale.value, diff --git a/src/components/dialogs/AvatarDialog/AvatarDialog.vue b/src/components/dialogs/AvatarDialog/AvatarDialog.vue index 5cf1e4e5..e360913b 100644 --- a/src/components/dialogs/AvatarDialog/AvatarDialog.vue +++ b/src/components/dialogs/AvatarDialog/AvatarDialog.vue @@ -4,7 +4,7 @@ class="x-dialog x-avatar-dialog sm:max-w-235 translate-y-0" style="top: 10vh" :show-close-button="false"> -
+
{{ t('dialog.favorite.header') }} -
+
{{ t('dialog.favorite.vrchat_favorites') }}