From 9c79f449c58eaa25dea5f608bd158a167bd1fed1 Mon Sep 17 00:00:00 2001 From: danysmall Date: Wed, 19 Oct 2022 17:30:50 +0300 Subject: [PATCH] Manually merge --- src/components/SearchResultsSection.tsx | 2 +- src/components/parts/Header.tsx | 66 ++++++++++++------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/src/components/SearchResultsSection.tsx b/src/components/SearchResultsSection.tsx index 26a3d8d..f769b5c 100644 --- a/src/components/SearchResultsSection.tsx +++ b/src/components/SearchResultsSection.tsx @@ -36,7 +36,7 @@ export const SearchResultSection = () => { {t("searchResults.title")} - {t("searchResults.totalResults")}: {searchResults?.meta.total} + {t("searchResults.totalResults")}: {searchResults?.meta.total}
diff --git a/src/components/parts/Header.tsx b/src/components/parts/Header.tsx index 258238c..a34dc4d 100755 --- a/src/components/parts/Header.tsx +++ b/src/components/parts/Header.tsx @@ -5,7 +5,6 @@ import { useState, useTransition } from "react"; /* -------------------------------------------------------------------------- */ import ContextMenuAction from "../drop-down-menu/ContextMenuAction"; import ContextMenu from "../drop-down-menu/ContextMenu"; -import Logofreeland from "../Logofreeland"; import { Button } from "../Button/Button"; import Avatar from "../Avatar"; import Navbar from "../Navbar"; @@ -25,8 +24,9 @@ import { } from "components/icons"; import i18n from "localization/i18n"; import { useTranslation } from "react-i18next"; -import LocalizationButton from "components/LocalizationButton"; import Link from "components/typography/Link"; +import LocalizationButton from "components/LocalizationButton"; +import LogoScipaper from "components/LogoScipaper"; const Header = () => { const [authenticated, setAuthenticated] = useState(false); @@ -55,7 +55,7 @@ const Header = () => { - @@ -137,41 +137,41 @@ const Header = () => {
{!authenticated ? [ - <> - - - , + <> + , - ] + {t("navbar.auth.signIn")} + + , + , + ] : [ - , + , - , - ]} + , + ]} {/* Burger component will be shown for the small screens */}