mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
fix: Updated language selector's icon in topbar.
This commit is contained in:
parent
e178e86062
commit
0b6a74632d
@ -47,7 +47,7 @@ function TopBar() {
|
|||||||
</LightModeContext.Consumer>
|
</LightModeContext.Consumer>
|
||||||
<Badge
|
<Badge
|
||||||
className="uk-margin-left"
|
className="uk-margin-left"
|
||||||
value="🇧🇱"
|
value="🌐"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
require("uikit")
|
require("uikit")
|
||||||
.modal(document.getElementById("locale-selector-modal"))
|
.modal(document.getElementById("locale-selector-modal"))
|
||||||
|
Loading…
Reference in New Issue
Block a user