From 7b360b15793036562af4bb143b5eed0db4dc5729 Mon Sep 17 00:00:00 2001 From: Declan Chidlow Date: Wed, 28 Aug 2024 09:57:21 +0800 Subject: [PATCH] Remove Discover tab on mobile --- src/components/navigation/BottomNavigation.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/components/navigation/BottomNavigation.tsx b/src/components/navigation/BottomNavigation.tsx index 1a1b44ad..b6c3eb0c 100644 --- a/src/components/navigation/BottomNavigation.tsx +++ b/src/components/navigation/BottomNavigation.tsx @@ -1,4 +1,4 @@ -import { Message, Group, Compass } from "@styled-icons/boxicons-solid"; +import { Message, Group } from "@styled-icons/boxicons-solid"; import { observer } from "mobx-react-lite"; import { useHistory, useLocation } from "react-router"; import styled, { css } from "styled-components/macro"; @@ -114,15 +114,6 @@ export default observer(() => { */} -