Skip to content

Commit

Permalink
add fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhagarwal1 committed Nov 10, 2024
1 parent 64d540b commit e212b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(pages)/Voyages/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ const datasets = [
id: 2,
title: "Global Internet Usage",
description: "Discover the journey of internet adoption across different continents. This animated visualization highlights internet penetration rates by year.",
mediaUrl: "/voy2.png",
mediaUrl: "/voy2.jpeg",
type: "Infographic",
},
{
id: 3,
title: "Community Engagement Stats",
description: "This infographic shows how community engagement activities, including workshops and hackathons, have increased over time in GDG chapters globally.",
mediaUrl: "/images/community_engagement.gif",
mediaUrl: "/voy3.png",
type: "Infographic",
}
];
Expand Down

0 comments on commit e212b25

Please sign in to comment.