Fixed # on localization button
This commit is contained in:
parent
a782930d3d
commit
07c4ae8cbd
@ -53,7 +53,6 @@ const LocalizationButton = (props: Props) => {
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
changeLanguage("en");
|
changeLanguage("en");
|
||||||
}}
|
}}
|
||||||
href="#"
|
|
||||||
className={classNames(
|
className={classNames(
|
||||||
active ? "bg-gray-100 text-gray-900" : "text-gray-700",
|
active ? "bg-gray-100 text-gray-900" : "text-gray-700",
|
||||||
"block px-4 py-2 text-sm"
|
"block px-4 py-2 text-sm"
|
||||||
@ -69,7 +68,7 @@ const LocalizationButton = (props: Props) => {
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
changeLanguage("ru");
|
changeLanguage("ru");
|
||||||
}}
|
}}
|
||||||
href="#"
|
|
||||||
className={classNames(
|
className={classNames(
|
||||||
active ? "bg-gray-100 text-gray-900" : "text-gray-700",
|
active ? "bg-gray-100 text-gray-900" : "text-gray-700",
|
||||||
"block px-4 py-2 text-sm"
|
"block px-4 py-2 text-sm"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user