Skip to content

Commit

Permalink
chore: shrink logo on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
shibatales committed Dec 30, 2023
1 parent fcf3029 commit 6456534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Header = (props: SideNavProps) => {
<div className="flex-shrink-0">
<Link to="/">
<img
className="h-6 w-auto lock"
className="h-4 md:h-6 w-auto lock"
src={logoFull}
alt="Tinkernet Logo"
/>
Expand Down

0 comments on commit 6456534

Please sign in to comment.