Skip to content

Commit

Permalink
change size
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Oct 5, 2023
1 parent 0e53862 commit 0a9c333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelina-website/src/components/layouts/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function NavBar({ className = '', hideLogo = false }) {
<div className="lg:w-auto lg:flex-1">
<div className="flex">
<Link href="https://modelina.org/" className="cursor-pointer">
<ModelinaLogo className="h-8 w-auto sm:h-8" />
<ModelinaLogo className="h-16 w-auto sm:h-12" />
</Link>
</div>
</div>
Expand Down

0 comments on commit 0a9c333

Please sign in to comment.