Skip to content

Commit

Permalink
feat(ui): Make user-nav smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Mar 10, 2024
1 parent 3919cfb commit 2537646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/user-avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"

export default function UserAvatar() {
return (
<Avatar>
<Avatar className="h-8 w-8">
<AvatarImage
src="https://media.licdn.com/dms/image/C5103AQEXlYZeTKuwyQ/profile-displayphoto-shrink_200_200/0/1582770649112?e=1715212800&v=beta&t=wqVZfVV4YwedybQFzKazeWmlQslMQ11t_NGMCqwpN-k"
alt="@daryllimyt"
Expand Down

0 comments on commit 2537646

Please sign in to comment.