File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { StaticImageData } from "next/image"
2
2
3
- import CommunityHeroImage from "@/public/images/heroes/community-hero.png"
4
3
import DevelopersHubHeroImage from "@/public/images/heroes/developers-hub-hero.jpg"
5
4
import GuidesHubHeroImage from "@/public/images/heroes/guides-hub-hero.jpg"
6
5
import Layer2HubHeroImage from "@/public/images/heroes/layer-2-hub-hero.jpg"
7
6
import QuizzesHubHeroImage from "@/public/images/heroes/quizzes-hub-hero.png"
7
+ import FusakaImage from "@/public/images/roadmap/roadmap-fusaka.png"
8
8
import PectraImage from "@/public/images/roadmap/roadmap-pectra.png"
9
-
10
9
interface Release {
11
10
image : StaticImageData
12
11
releaseName : string
@@ -143,7 +142,7 @@ export const releasesData: Release[] = [
143
142
href : "/roadmap/pectra" ,
144
143
} ,
145
144
{
146
- image : CommunityHeroImage ,
145
+ image : FusakaImage ,
147
146
releaseName : "Fusaka" ,
148
147
releaseDate : "2025" ,
149
148
content : (
You can’t perform that action at this time.
0 commit comments