From 79fecda01f2e68bfd84c3fb3541d8c0b1a6cb6b8 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sun, 29 Jun 2025 15:39:17 +0800 Subject: [PATCH] fix(theme): remove `lang="scss"` in component styles --- theme/src/client/components/Nav/VPNavBarTranslations.vue | 2 +- theme/src/client/components/Nav/VPNavScreenTranslations.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/src/client/components/Nav/VPNavBarTranslations.vue b/theme/src/client/components/Nav/VPNavBarTranslations.vue index 2789f1b2..0b1244d2 100644 --- a/theme/src/client/components/Nav/VPNavBarTranslations.vue +++ b/theme/src/client/components/Nav/VPNavBarTranslations.vue @@ -26,7 +26,7 @@ const { currentLang, localeLinks } = useLangs() -