Skip to content

Commit

Permalink
fix: navbar logo on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
habby1337 committed Mar 12, 2024
1 parent beaab3a commit 032a5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Navbar = () => {
<div className="block h-10 p-0 md:hidden">
<img src={Logo2024} alt="logo" className="w-full h-full" />
</div>
<div className="hidden w-48 p-0 sm:block">
<div className="hidden w-48 p-0 md:block">
<img src={Logo2024} alt="logo" />
</div>
<div className="flex items-center space-x-2 md:space-x-9">
Expand Down

0 comments on commit 032a5c9

Please sign in to comment.