Skip to content

Commit

Permalink
Fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jimzer committed Mar 6, 2023
1 parent cd171e5 commit c99ea2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/common/main-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function MainLayout({ children }: { children: React.ReactNode }) {
<Group w="100%" h="100%">
<Link href="/">
<Group pl={32} align="center" w="max-content">
<Box h={72} sx={{ aspectRatio: "1" }} pos="relative">
<Box h={50} sx={{ aspectRatio: "1" }} pos="relative">
<Image
src="/logo.png"
alt="logo"
Expand Down

0 comments on commit c99ea2c

Please sign in to comment.