File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/app/components/site/cs Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ export const HomepageCS = () => {
66
66
< li > < b > Interactive questions:</ b > Over 1000 questions with instant marking and feedback</ li >
67
67
< li > < b > Teacher tools:</ b > Set quizzes and assignments effortlessly</ li >
68
68
< li > < b > AI and machine learning resources:</ b > Stay ahead of the AI curve</ li >
69
- < li > < b > Complete curriculums:</ b > For
70
-  < a href = { "/exam_specifications_england#gcse/aqa" } > GCSE</ a > ,
71
-  < a href = { "/exam_specifications_england#a_level/aqa" } > A Level</ a > ,
72
-  < a href = { "/concepts/sqa_computing_science?examBoard=sqa&stage=scotland_national_5" } > National 5</ a > ,
73
-  < a href = { "/concepts/sqa_computing_science?examBoard=sqa&stage=scotland_higher" } > Higher</ a > , and
74
-  < a href = { "/concepts/sqa_computing_science?examBoard=sqa&stage=scotland_advanced_higher" } > Advanced Higher</ a > </ li >
69
+ < li > < b > Complete curriculums:</ b > For
70
+ { " " } < a href = { "/exam_specifications_england#gcse/aqa" } > GCSE</ a > ,
71
+ { " " } < a href = { "/exam_specifications_england#a_level/aqa" } > A Level</ a > ,
72
+ { " " } < a href = { "/concepts/sqa_computing_science?examBoard=sqa&stage=scotland_national_5" } > National 5</ a > ,
73
+ { " " } < a href = { "/concepts/sqa_computing_science?examBoard=sqa&stage=scotland_higher" } > Higher</ a > , and
74
+ { " " } < a href = { "/concepts/sqa_computing_science?examBoard=sqa&stage=scotland_advanced_higher" } > Advanced Higher</ a > </ li >
75
75
</ ul >
76
76
{ ! isLoggedIn ( user ) &&
77
77
< Button className = "mt-3" tag = { Link } to = "/register" color = "primary" > Join</ Button >
You can’t perform that action at this time.
0 commit comments