Skip to content

Commit

Permalink
feat(banner): removal of boss banner
Browse files Browse the repository at this point in the history
  • Loading branch information
0tuedon authored and Emmanuel-Develops committed Dec 31, 2024
1 parent 0427795 commit 27e6de5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/navBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ const NavBar = () => {
hiddenHomeFacet ? "bg-custom-hover-state shadow-md" : ""
}`}
>
{!hiddenHomeFacet && <BossBanner />}
<div
className={`flex items-center justify-between p-3 md:p-5 2xl:p-7 w-full max-w-[1920px] m-auto ${
!hiddenHomeFacet ? "flex-row-reverse" : ""
Expand Down

0 comments on commit 27e6de5

Please sign in to comment.