Skip to content

Commit ac155db

Browse files
committed
feat: upres innovation images
1 parent 5a66964 commit ac155db

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function InnovationSwiper() {
2323
<Image
2424
src={card.image}
2525
alt={card.title}
26-
className="mx-auto my-4 h-auto max-w-full"
26+
className="mx-auto my-4 h-auto max-h-48 object-contain"
2727
/>
2828
<div>
2929
<h3 className="mb-4">{card.title}</h3>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import DefiSummerImage from "@/public/images/10-year-anniversary/defi-summer.png
99
import EthETFImage from "@/public/images/10-year-anniversary/eth-etf.png"
1010
import EthereumLaunchImage from "@/public/images/10-year-anniversary/ethereum-launch.png"
1111
import NftImage from "@/public/images/10-year-anniversary/nft-frontier.png"
12+
import TheMergeImage from "@/public/images/10-year-anniversary/robot-and-crowd-cheering.png"
1213
import Adoption5Image from "@/public/images/10-year-anniversary/robot-walking.png"
13-
import TheMergeImage from "@/public/images/10-year-anniversary/the-merge.png"
1414
import StableCoinImage from "@/public/images/10-year-anniversary/the-pioneer-stablecoin.png"
1515
import Adoption4Image from "@/public/images/10-year-anniversary/walking-talking-1.png"
1616
import Adoption6Image from "@/public/images/10-year-anniversary/walking-talking-2.png"
720 KB
Loading
720 KB
Loading
765 KB
Loading
1.12 MB
Loading
719 KB
Loading
-28.9 KB
Binary file not shown.
676 KB
Loading

0 commit comments

Comments
 (0)