Skip to content

Commit e985ea6

Browse files
committed
fusaka image call
1 parent 4f97108 commit e985ea6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/data/roadmap/releases.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import { StaticImageData } from "next/image"
22

3-
import CommunityHeroImage from "@/public/images/heroes/community-hero.png"
43
import DevelopersHubHeroImage from "@/public/images/heroes/developers-hub-hero.jpg"
54
import GuidesHubHeroImage from "@/public/images/heroes/guides-hub-hero.jpg"
65
import Layer2HubHeroImage from "@/public/images/heroes/layer-2-hub-hero.jpg"
76
import QuizzesHubHeroImage from "@/public/images/heroes/quizzes-hub-hero.png"
7+
import FusakaImage from "@/public/images/roadmap/roadmap-fusaka.png"
88
import PectraImage from "@/public/images/roadmap/roadmap-pectra.png"
9-
109
interface Release {
1110
image: StaticImageData
1211
releaseName: string
@@ -143,7 +142,7 @@ export const releasesData: Release[] = [
143142
href: "/roadmap/pectra",
144143
},
145144
{
146-
image: CommunityHeroImage,
145+
image: FusakaImage,
147146
releaseName: "Fusaka",
148147
releaseDate: "2025",
149148
content: (

0 commit comments

Comments
 (0)