From c26490f16ee850bb399802a256051c3532828ae6 Mon Sep 17 00:00:00 2001 From: codytseng Date: Sun, 26 Jan 2025 16:39:16 +0800 Subject: [PATCH] feat: fix titlebar and bottom navigation bar --- src/components/BottomNavigationBar/index.tsx | 6 +----- src/components/Titlebar/index.tsx | 8 +------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/src/components/BottomNavigationBar/index.tsx b/src/components/BottomNavigationBar/index.tsx index 2f0bd225..78529819 100644 --- a/src/components/BottomNavigationBar/index.tsx +++ b/src/components/BottomNavigationBar/index.tsx @@ -1,18 +1,14 @@ import { cn } from '@/lib/utils' -import { useDeepBrowsing } from '@/providers/DeepBrowsingProvider' import AccountButton from './AccountButton' import HomeButton from './HomeButton' import NotificationsButton from './NotificationsButton' import PostButton from './PostButton' export default function BottomNavigationBar() { - const { deepBrowsing } = useDeepBrowsing() - return (