Skip to content

Commit

Permalink
chore: minor ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
od41 committed Jan 9, 2024
1 parent e34b9a2 commit 892fe4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const Navbar = () => {
<SignInButton label="Sign in" />
</div>
<div className="block lg:hidden">
{/* TODO @od41 change the hamburger menut to an avatar badge and show an indicator when signed in */}
<Popover open={mobileMenu}>
<PopoverTrigger asChild>
{mobileMenu ? <Button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ const Profile = () => {
variant="ghost"
onClick={toggleFollowing}
className="text-xs hover:bg-transparent text-muted hover:text-accent-3">
{isFollowingUser ? <div><HiUser className="" /> Following</div> : <div>
{isFollowingUser ? <><HiUser className="" /> Following</> : <>
<HiOutlineUserPlus /> Follow
</div> }
</> }
</Button>
)}
</div>
Expand Down

0 comments on commit 892fe4f

Please sign in to comment.