File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export const subjects: Subject[] = [
3232 name : 'Mathematics' ,
3333 icon : '∫' ,
3434 href : '/subject/mathematics' ,
35- active : false
35+ active : true
3636 } ,
3737 {
3838 id : 'economics' ,
@@ -57,7 +57,7 @@ export const subjects: Subject[] = [
5757 name : 'History' ,
5858 icon : '📜' ,
5959 href : '/subject/history' ,
60- active : false
60+ active : true
6161 } ,
6262 {
6363 id : 'chemistry' ,
@@ -299,6 +299,25 @@ export const subjectData: Record<string, SubjectData> = {
299299 pastPapers : englishPapers
300300 }
301301 }
302+ ,
303+ mathematics : {
304+ name : 'Mathematics' ,
305+ icon : '∫' ,
306+ papers : {
307+ sample : [ ] ,
308+ practice : [ ] ,
309+ pastPapers : [ ]
310+ }
311+ } ,
312+ history : {
313+ name : 'History' ,
314+ icon : '📜' ,
315+ papers : {
316+ sample : [ ] ,
317+ practice : [ ] ,
318+ pastPapers : [ ]
319+ }
320+ }
302321} ;
303322
304323// Category names for geography essays
You can’t perform that action at this time.
0 commit comments