mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Language Code As Buttons Instead Of Flag Icon
This commit is contained in:
parent
6ffbd37c95
commit
3c8a35d371
@ -35,7 +35,8 @@
|
||||
<ds-button
|
||||
class="language-buttons"
|
||||
:primary="filteredLanguagesCodes.includes(language.code)"
|
||||
@click.stop.prevent="toggleLanguage(language.code)">
|
||||
@click.stop.prevent="toggleLanguage(language.code)"
|
||||
>
|
||||
{{ language.code.toUpperCase() }}
|
||||
</ds-button>
|
||||
<ds-space margin-bottom="small" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user