Skip to content

Commit ae1d6f0

Browse files
committed
Replace unprintable characters with regular spaces
1 parent 5cd0da5 commit ae1d6f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/app/components/site/cs/HomepageCS.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ export const HomepageCS = () => {
6666
<li><b>Interactive questions:</b> Over 1000 questions with instant marking and feedback</li>
6767
<li><b>Teacher tools:</b> Set quizzes and assignments effortlessly</li>
6868
<li><b>AI and machine learning resources:</b> Stay ahead of the AI curve</li>
69-
<li><b>Complete curriculums:</b> For
70-
&#20;<a href={"/exam_specifications_england#gcse/aqa"}>GCSE</a>,
71-
&#20;<a href={"/exam_specifications_england#a_level/aqa"}>A&nbsp;Level</a>,
72-
&#20;<a href={"/concepts/sqa_computing_science?examBoard=sqa&stage=scotland_national_5"}>National&nbsp;5</a>,
73-
&#20;<a href={"/concepts/sqa_computing_science?examBoard=sqa&stage=scotland_higher"}>Higher</a>, and
74-
&#20;<a href={"/concepts/sqa_computing_science?examBoard=sqa&stage=scotland_advanced_higher"}>Advanced&nbsp;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&nbsp;Level</a>,
72+
{" "}<a href={"/concepts/sqa_computing_science?examBoard=sqa&stage=scotland_national_5"}>National&nbsp;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&nbsp;Higher</a></li>
7575
</ul>
7676
{!isLoggedIn(user) &&
7777
<Button className="mt-3" tag={Link} to="/register" color="primary">Join</Button>

0 commit comments

Comments
 (0)