Fixed # on localization button

This commit is contained in:
Daniel Weissmall 2022-10-26 16:00:45 +03:00
parent a782930d3d
commit 07c4ae8cbd

View File

@ -53,7 +53,6 @@ const LocalizationButton = (props: Props) => {
onClick={() => {
changeLanguage("en");
}}
href="#"
className={classNames(
active ? "bg-gray-100 text-gray-900" : "text-gray-700",
"block px-4 py-2 text-sm"
@ -69,7 +68,7 @@ const LocalizationButton = (props: Props) => {
onClick={() => {
changeLanguage("ru");
}}
href="#"
className={classNames(
active ? "bg-gray-100 text-gray-900" : "text-gray-700",
"block px-4 py-2 text-sm"