Skip to content

Commit

Permalink
commented out navbar banner
Browse files Browse the repository at this point in the history
adding to gateway
  • Loading branch information
codingshot authored Jan 4, 2024
1 parent 217f5f5 commit 0a2c50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/potlock/widget/Components/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ const Modal = ({ isOpen, onClose, children }) => {

return (
<>
<Banner>
{false && <Banner>
<BannerAlertSvg
xmlns="http://www.w3.org/2000/svg"
fill="none"
Expand Down Expand Up @@ -386,7 +386,7 @@ return (
></path>
</BannerLinkSvg>
</BannerLinkContainer>
</Banner>
</Banner>}
<Nav>
<NavLeft>
<NavLogo href={`?tab=projects`}>🫕 Potlock</NavLogo>
Expand Down

0 comments on commit 0a2c50e

Please sign in to comment.