Skip to content

Commit d93f366

Browse files
committed
fix: image crop
1 parent 655a9cd commit d93f366

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

app/[locale]/10years/_components/TenYearHomeBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ButtonLink } from "@/components/ui/buttons/Button"
33

44
import Countdown from "./CountDown"
55

6-
import TenYearGraphicImage from "@/public/images/10-year-anniversary/10year-logo.png"
6+
import TenYearGraphicImage from "@/public/images/10-year-anniversary/10-year-logo.png"
77
import TenYearDesktopText from "@/public/images/10-year-anniversary/10yeartext.svg"
88
import TenYearMobileText from "@/public/images/10-year-anniversary/10yeartext-mobile.svg"
99

app/[locale]/10years/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import TenYearHero from "./_components/TenYearHero"
3232

3333
import { fetch10YearEvents } from "@/lib/api/fetch10YearEvents"
3434
import { fetch10YearStories } from "@/lib/api/fetch10YearStories"
35-
import TenYearLogo from "@/public/images/10-year-anniversary/10year-logo.png"
35+
import TenYearLogo from "@/public/images/10-year-anniversary/10-year-logo.png"
3636

3737
// In seconds
3838
const REVALIDATE_TIME = BASE_TIME_UNIT * 1
678 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)