fix(webapp): remove flags from locales (#9341)

This commit is contained in:
Moriz Wahl 2026-03-02 13:11:26 +01:00 committed by GitHub
parent bfb765a4af
commit ac228ebdfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -413,7 +413,7 @@
:class="{ '--active': locale.code === $i18n.locale() }"
@click.prevent="changeLocale(locale.code)"
>
<span class="mobile-locale-flag mobile-icon-col">{{ locale.flag }}</span>
<span class="mobile-locale-flag mobile-icon-col"></span>
{{ locale.name }}
</a>
</div>
@ -1183,8 +1183,7 @@ export default {
}
.mobile-locale-flag {
font-size: 1.2em;
line-height: 1;
margin-left: $space-xxx-small;
}
}
.map-button {

View File

@ -28,7 +28,6 @@
:parents="item.parents"
@click.stop.prevent="changeLanguage(item.route.path, toggleMenu)"
>
<span class="locale-flag">{{ item.route.flag }}</span>
{{ item.route.name }}
</ds-menu-item>
</template>