Skip to content
Snippets Groups Projects
Unverified Commit 85494b7b authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Fix whitelabeled logo proportions (#22637)

parent 95fd206a
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ const mapDispatchToProps = {
function HomepageLink({ handleClick }: { handleClick: () => void }) {
return (
<LogoLink to="/" onClick={handleClick} data-metabase-event="Navbar;Logo">
<LogoIcon size={24} />
<LogoIcon height={32} />
</LogoLink>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment