Skip to content

Commit

Permalink
Fixing logo for admin menu
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviemirmon committed Apr 22, 2024
1 parent ef83b07 commit f272985
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Header = () => {
href="#"
className="flex items-center gap-2 text-lg font-semibold md:text-base"
>
<Image src={smallLogo} alt="small logo" height={50} />
<Image src={smallLogo} alt="small logo" height={50} width={50} className="w-10 h-10"/>
</Link>
{/* <Link
href="#"
Expand Down
4 changes: 4 additions & 0 deletions frontend/starters/development/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,8 @@

.Puck > div header > div {
padding: 8px
}

img {
max-width: unset;
}

0 comments on commit f272985

Please sign in to comment.