From 07c4ae8cbdb472c7dbd95063c4668cb09e160035 Mon Sep 17 00:00:00 2001 From: danysmall Date: Wed, 26 Oct 2022 16:00:45 +0300 Subject: [PATCH] Fixed # on localization button --- src/components/LocalizationButton.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/LocalizationButton.tsx b/src/components/LocalizationButton.tsx index c6f596b..27413dc 100644 --- a/src/components/LocalizationButton.tsx +++ b/src/components/LocalizationButton.tsx @@ -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"