Skip to content

Commit 8374830

Browse files
committed
Alter gcse and alevel covid lesson links
1 parent 97e4fc3 commit 8374830

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/components/pages/Alevel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export const Alevel = () => {
1818
<IsaacCard doc={{title: "Physics Skills Mastery Book", subtitle: "Interactive questions from our Mastering Essential Pre-University Physics book.",
1919
clickUrl: "/books/physics_skills_19", image: {src: "/assets/phy/key_stage_sprite.svg#skills-book-cover"}
2020
}}/>
21-
<IsaacCard doc={{title: "COVID-19 Lessons", subtitle: "Virtual lessons following the Mastering Essential Pre-University Physics book.",
22-
clickUrl: "/pages/covid19_alevel_archive", image: {src: "/assets/phy/key_stage_sprite.svg#teacher-hat"}
21+
<IsaacCard doc={{title: "Virtual Lessons", subtitle: "Learn and practise physics.",
22+
clickUrl: "/pages/a_level_topic_index", image: {src: "/assets/phy/key_stage_sprite.svg#teacher-hat"}
2323
}}/>
2424
</Row>
2525
<Row className="card-deck isaac-cards-body my-3">

src/app/components/pages/Gcse.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export const Gcse = () => {
2626
}}/>
2727
</Row>
2828
<Row className="card-deck isaac-cards-body my-3">
29-
<IsaacCard doc={{title: "COVID-19 Lessons", subtitle: "Virtual lessons following the Mastering Essential GCSE Physics book.",
30-
clickUrl: "/pages/covid19_gcse", image: {src: "/assets/phy/key_stage_sprite.svg#teacher-hat"}
29+
<IsaacCard doc={{title: "Virtual Lessons", subtitle: "Learn and practise physics.",
30+
clickUrl: "/pages/gcse_topic_index", image: {src: "/assets/phy/key_stage_sprite.svg#teacher-hat"}
3131
}}/>
3232
<IsaacCard doc={{title: "Quick Quizzes", subtitle: "Revise the equations needed at GCSE with our quick quizzes.",
3333
clickUrl: "/pages/gcse_quizzes", image: {src: "/assets/phy/key_stage_sprite.svg#lightning"}

0 commit comments

Comments
 (0)