Skip to content

Commit

Permalink
Update Header.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansxu authored Jan 7, 2024
1 parent 185ce57 commit 76cd350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ const Header = () => {
<div className="select-none order-2 md:order-1 cursor-pointer flex items-center text-gray-800">
<Link href={"/"} className="">
{currentTheme === "dark" ? (
<Image src={header_white} alt="header" width="150" />
<Image src={header_white} alt="header" width="130" />
) : (
<Image src={header_black} alt="header" width="150" />
<Image src={header_black} alt="header" width="130" />
)}
</Link>
</div>
Expand Down

0 comments on commit 76cd350

Please sign in to comment.