Skip to content

Commit

Permalink
Remove avatar border in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad committed Oct 24, 2023
1 parent 6e72f76 commit 216b44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar/bottom-navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const BottomNavbar: FC<{
session ? (
<UserAvatar
user={session.user}
className="box-content h-6 w-6 rounded-full border-2 border-transparent"
className="box-content h-6 w-6 rounded-full"
/>
) : (
<IconUser />
Expand Down

0 comments on commit 216b44a

Please sign in to comment.