Skip to content

Commit

Permalink
Merge pull request #357 from aashika-j18/bug/index
Browse files Browse the repository at this point in the history
  • Loading branch information
andoriyaprashant authored Oct 12, 2024
2 parents 9ab02b6 + 455ebdc commit 45394f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/programs screen/fossasia.dart
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class _FOSSASIAState extends State<FOSSASIA> {
modal: projectList[index],
height: ScreenUtil().screenHeight * 0.2,
width: ScreenUtil().screenWidth,
index: index,
index: index+1,
),
);
},
Expand Down
2 changes: 1 addition & 1 deletion lib/programs screen/hyperledger.dart
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class _HyperledgerState extends State<Hyperledger> {
modal: projectList[index],
height: ScreenUtil().screenHeight * 0.2,
width: ScreenUtil().screenWidth,
index: index,
index: index+1,
),
);
},
Expand Down
2 changes: 1 addition & 1 deletion lib/programs screen/redox.dart
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class _RsocPageState extends State<RsocPage> {
modal: projectList[index],
height: ScreenUtil().screenHeight * 0.10,
width: ScreenUtil().screenWidth,
index: index,
index: index+1,
),
);
},
Expand Down
2 changes: 1 addition & 1 deletion lib/programs screen/season_of_kde.dart
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ class _SeasonOfKDEState extends State<SeasonOfKDE> {
modal: projectList[index],
height: ScreenUtil().screenHeight * 0.2,
width: ScreenUtil().screenWidth,
index: index,
index: index+1,
),
);
},
Expand Down

0 comments on commit 45394f3

Please sign in to comment.