Skip to content

Commit

Permalink
Logo link size
Browse files Browse the repository at this point in the history
  • Loading branch information
andreitr committed Nov 4, 2024
1 parent bd5f60a commit 07f9fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/LogoLink.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function LogoLink() {
<div className="h-3 w-[2px] bg-line rounded-full hidden sm:block"></div>
</>
)}
<Image src={ui.logo} alt="logo" width="20" height="20" />
<Image src={ui.logo} alt="logo" width="24" height="24" />
<span className="hidden sm:block font-medium text-primary">{`${ui.title}`}</span>
</HStack>
</Link>
Expand Down

0 comments on commit 07f9fea

Please sign in to comment.