diff --git a/frontend/src/components/pages/HomeLayout.js b/frontend/src/components/pages/HomeLayout.js index 92683e6b..45429f8e 100644 --- a/frontend/src/components/pages/HomeLayout.js +++ b/frontend/src/components/pages/HomeLayout.js @@ -3,11 +3,8 @@ import { Col, Row, Space, Tooltip } from "antd"; import { useHistory, withRouter } from "react-router-dom"; import { css } from "@emotion/css"; import LanguageDropdown from "components/LanguageDropdown"; -// import { ReactComponent as Logo } from "resources/mentee.svg"; import BigLogoImage from "resources/Mentee_logo_letter.png"; import N50Logo from "resources/N50_logo.png"; -// import { ReactComponent as SmallLogo } from "resources/menteeSmall.svg"; -import SmallLogoImage from "resources/Mentee_logo_small.png"; import { useMediaQuery } from "react-responsive"; import { FormOutlined } from "@ant-design/icons"; import { useTranslation } from "react-i18next"; @@ -89,7 +86,7 @@ function HomeLayout({ children, ignoreHomeLayout, allHubData, location }) { - {/* history.push("/")} - /> */} {isTablet && N50Path.includes(location.pathname) ? ( <> -
+
- {/* history.push("/")} - /> */} {""} {homeLayoutPaths.includes(location.pathname) && ( - //
@@ -398,15 +366,6 @@ function HomeLayout({ children, ignoreHomeLayout, allHubData, location }) { {t("common.powered_by")}
- {/* history.push("/")} - /> */}