Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan-sharmaa committed Jun 25, 2024
1 parent c2d1c96 commit 2f5739c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -114,25 +114,25 @@ final List<Map> showcaseLeftDATA = [
"title": "Landscape Parallax",
"subtitle": "The Parallax effect from package: parallax",
"routeName": Parallax.routeName,
"image": "/images/showcase_banner/parallax_logo.png"
"image": "images/showcase_banner/parallax_logo.png"
},
{
"title": "Slot Machine",
"subtitle": "The Parallax effect",
"routeName": SlotMachine.routeName,
"image": "/images/showcase_banner/slotmachine.png"
"image": "images/showcase_banner/slotmachine.png"
},
{
"title": "Arcade Quiz",
"subtitle": "Quiz",
"routeName": QuizPlayScreen.routeName,
"image": "/images/showcase_banner/quiz.png"
"image": "images/showcase_banner/quiz.png"
},
{
"title": "Leaderboard",
"subtitle": "leaderboard",
"routeName": LeaderBoardScreen.routeName,
"image": "/images/showcase_banner/leaderboard.png"
"image": "images/showcase_banner/leaderboard.png"
},
];
final List<Map<String, dynamic>> quizQuesstion = [
Expand Down

0 comments on commit 2f5739c

Please sign in to comment.