diff --git a/pages/settings.vue b/pages/settings.vue index e3921cbf5..90a9dc255 100644 --- a/pages/settings.vue +++ b/pages/settings.vue @@ -7,6 +7,9 @@ + + + - - - @@ -46,6 +46,7 @@ import LanguagesIcon from '~/assets/images/utils/languages.svg' const route = useRoute() const auth = await useAuth() +const isStaging = useRuntimeConfig().public.siteUrl !== 'https://modrinth.com'