Skip to content

Commit

Permalink
fix:: header
Browse files Browse the repository at this point in the history
fix:: header
  • Loading branch information
heedda authored Apr 20, 2024
2 parents 2b03b3f + e7a9549 commit 397c46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Header: NextPage = ({}) => {
}

return (
<div className="flex justify-between items-center py-1 ">
<div className="flex justify-between items-center py-1 bg-primary-1200 px-6 pt-3">
<Link href={"/main"}>
<Image src={pick} alt="" width={48} />
</Link>
Expand Down

0 comments on commit 397c46b

Please sign in to comment.