Skip to content

Commit

Permalink
refactor: remove announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer authored Dec 8, 2023
1 parent 2cbed3d commit 0791af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const Navbar: FC = () => {
)}
</NextUINavbar>
<MobileNavbar isOpen={isMenuOpen} setIsOpen={setIsMenuOpen} />
{pathname === "/" && <Announcement show={true} />}
{pathname === "/" && <Announcement show={false} />}
</div>
);
};
Expand Down

0 comments on commit 0791af4

Please sign in to comment.