Skip to content

Commit

Permalink
Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbatiukcom committed Jan 16, 2024
1 parent 266531d commit e30914c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
Binary file removed public/images/logo.png
Binary file not shown.
14 changes: 14 additions & 0 deletions public/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ const DesktopHeader = ({
>
<Link href="/">
<Image
src="/images/logo.png"
src="/images/logo.svg"
alt="logo"
width={124}
height={186}
p={3}
bg={isTransparent ? "white" : undefined}
/>
</Link>
Expand Down Expand Up @@ -156,11 +157,12 @@ const MobileHeader = ({
>
<Link href="/">
<Image
src="/images/logo.png"
src="/images/logo.svg"
alt="logo"
minWidth={102}
width={102}
height={152}
p={2}
bg={isTransparent ? "white" : undefined}
/>
</Link>
Expand Down

0 comments on commit e30914c

Please sign in to comment.