Skip to content

Commit

Permalink
Merge pull request #322 from deekshithdv/feature-scroll-fix
Browse files Browse the repository at this point in the history
GSC screen scroll fix
  • Loading branch information
andoriyaprashant authored Oct 14, 2024
2 parents 7e3ab27 + 360b9b7 commit c7a2ac4
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 139 deletions.
4 changes: 2 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class OpSoApp extends StatelessWidget {
"/social_winter_of_code": (context) => const SWOCScreen(),
"/season_of_kde": (context) => const SeasonOfKDE(),
"/google_summer_of_code": (context) =>
GoogleSummerOfCodeScreen(),
const GoogleSummerOfCodeScreen(),
"/google_season_of_docs": (context) =>
GoogleSeasonOfDocsScreen(),
"/summer_of_bitcoin": (context) => const SummerOfBitcoin(),
Expand All @@ -75,4 +75,4 @@ class OpSoApp extends StatelessWidget {
);
});
}
}
}
Loading

0 comments on commit c7a2ac4

Please sign in to comment.