Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sonln99 committed Dec 5, 2024
1 parent e647995 commit 6a62f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function Header() {
<div className="main-container">
<div className="w-full flex justify-between items-center nav-container py-4">
<Link href={PAGE_ROUTE.HOME} className="flex">
<Image src={ic_logo} alt="logo" width={150} height={80} />
<Image src={ic_logo} alt="logo" width={150} height={80} className="w-[114px] sm:w-[150px] h-[40px] sm:h-[80px]"/>
</Link>

<div
Expand Down

0 comments on commit 6a62f7c

Please sign in to comment.