Skip to content

Commit

Permalink
increase header height
Browse files Browse the repository at this point in the history
  • Loading branch information
sangonz193 committed Apr 21, 2024
1 parent 0787286 commit 6f4e661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function Header({ user }: Props) {
.single()

return (
<div className="mx-auto h-14 w-full max-w-4xl flex-row items-center gap-3 px-4">
<div className="mx-auto h-16 w-full max-w-4xl flex-row items-center gap-3 px-4">
<Avatar
animalEmoji={profile?.animals?.emoji}
animalLabel={profile?.animals?.label}
Expand Down

0 comments on commit 6f4e661

Please sign in to comment.