Skip to content

Commit

Permalink
Merge pull request #70 from avantifellows/feat/update-group-config
Browse files Browse the repository at this point in the history
Feat: Hide homework section
  • Loading branch information
Bahugunajii authored Feb 17, 2025
2 parents a557873 + 3b6cad1 commit 02a2621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/groupConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const groupConfig: GroupConfigurations = {
showLiveClasses: false,
showTests: true,
showPracticeTests: true,
showHomework: true,
showHomework: false,
showContentLibrary: true,
showClassLibrary: false,
},
Expand Down

0 comments on commit 02a2621

Please sign in to comment.