Skip to content

Commit 3c82157

Browse files
committed
Update copy on uni chem landing page
1 parent 6159e2a commit 3c82157

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/components/pages/subjectLandingPageComponents.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ const PracticeTestsCard = (context: NonNullable<Required<PageContextState>>): Li
4040
const BoardsByTopicCard = (context: NonNullable<Required<PageContextState>>): ListViewCardProps => ({
4141
item: {
4242
title: "Question decks by topic",
43-
subtitle: "Practise specific topics by using our ready-made question decks."
43+
subtitle: context.subject === "chemistry" && context.stage.includes("university")
44+
? "Consolidate your chemistry understanding with these questions by topic."
45+
: "Practise specific topics by using our ready-made question decks."
4446
},
4547
icon: {type: "hex", icon: "icon-question-deck"},
4648
subject: context.subject,

0 commit comments

Comments
 (0)