From 0791af49152a782bb9d8ef74d417dde6dd062a3a Mon Sep 17 00:00:00 2001 From: Ar Rakin <68149013+virtual-designer@users.noreply.github.com> Date: Fri, 8 Dec 2023 23:16:54 +0600 Subject: [PATCH] refactor: remove announcement --- src/components/Common/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Common/Navbar.tsx b/src/components/Common/Navbar.tsx index 88b18d4..93873de 100644 --- a/src/components/Common/Navbar.tsx +++ b/src/components/Common/Navbar.tsx @@ -125,7 +125,7 @@ const Navbar: FC = () => { )} - {pathname === "/" && } + {pathname === "/" && } ); };