Skip to content

Commit

Permalink
Merge pull request #353 from yehiarasheed/main
Browse files Browse the repository at this point in the history
[fix] Extended the Application Period for GSSoC Program to 25/10.
  • Loading branch information
andoriyaprashant authored Oct 10, 2024
2 parents d188548 + ba38bbb commit 9ab02b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/opso_timeline.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ class OpsoTimeLineScreen extends StatelessWidget {
},
{
'description':
"GirlScript Summer Of Code Extended\nApplication Period - 15/09/2024 to 10/10/2024",
"GirlScript Summer Of Code Extended\nApplication Period - 15/09/2024 to 25/10/2024",
'startDate': DateTime.utc(2024, 9, 15),
'endDate': DateTime.utc(2024, 10, 10),
'endDate': DateTime.utc(2024, 10, 25),
},
{
'description':
Expand Down

0 comments on commit 9ab02b6

Please sign in to comment.