Skip to content

Commit

Permalink
hide login buttons on prod for now
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA authored Jun 22, 2023
1 parent 17d13ab commit 0e469db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ export const MobileMenu: FC<IMobileMenuProps> = ({ open, onMobileMenuClose }) =>
</Link>
))}
</div>
<div className="py-8">
{/* <div className="py-8">
<ButtonLink href="/auth/login" rounded rightIcon={<ArrowRight size={16} />} fullWidth>
Login
</ButtonLink>
</div>
</div> */}
</div>
</div>
</Dialog.Content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export const Navbar: FC = () => {
</Link>
))}
</div>
<ButtonLink href="/auth/login" rounded rightIcon={<ArrowRight size={16} />}>
{/* <ButtonLink href="/auth/login" rounded rightIcon={<ArrowRight size={16} />}>
Login
</ButtonLink>
</ButtonLink> */}
</div>
<Button
rightIcon={<Menu strokeWidth={2} />}
Expand Down

0 comments on commit 0e469db

Please sign in to comment.