Skip to content

Commit

Permalink
Revert syssy stamp
Browse files Browse the repository at this point in the history
components/footer.tsx
components/hero.tsx
  • Loading branch information
taahol committed Nov 23, 2023
1 parent f6fd427 commit e409e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Footer = ({ navigationItems }: FooterProps) => {
<div className="flex w-fit flex-col items-center">
<div className="relative flex h-36 w-36 md:h-52 md:w-52">
<Image
src="/syssyleima.png"
src="/leima.svg"
unoptimized={true}
layout="fill"
alt="Logo of Turun Wappuradio ry"
Expand Down
2 changes: 1 addition & 1 deletion components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const Hero: FC<HeroProps> = ({
}`}
>
<Image
src="/syssyleima.png"
src="/leima.svg"
layout="fill"
priority={true}
alt="Logo of Turun Wappuradio ry"
Expand Down

0 comments on commit e409e2c

Please sign in to comment.