Skip to content

Commit 9421a6e

Browse files
committed
Replace hardcoded "Isaac Physics" with "Isaac"
1 parent 4279fc1 commit 9421a6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/components/pages/TeacherFeatures.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const TeacherFeatures = () => {
3333
</Link>;
3434
};
3535

36-
return<Container>
36+
return <Container>
3737
<Row className="mb-4">
3838
<Col>
3939
<TitleAndBreadcrumb currentPageTitle={"Teacher Features"} />
@@ -43,11 +43,11 @@ export const TeacherFeatures = () => {
4343
{isDisabled ?
4444
<Col md={6}>
4545
<p className="subtitle">
46-
Isaac Physics provides you with a huge range of resources to support your teaching of Physics – all for free. </p>
46+
Isaac provides you with a huge range of resources to support your teaching of Science subjects – all for free. </p>
4747
</Col>:
4848
<Col>
4949
<p className="subtitle">
50-
Isaac Physics provides you with a huge range of resources to support your teaching of Physics – all for free. </p>
50+
Isaac provides you with a huge range of resources to support your teaching of Science subjects – all for free. </p>
5151
</Col>}
5252
{isDisabled && <Col md={6} className="text-center text-md-end">
5353
<Button tag={Link} size="lg" color="secondary" to={isLoggedIn(user) ? "/pages/contact_us_teacher" : "/register"}>
@@ -102,7 +102,7 @@ export const TeacherFeatures = () => {
102102
url = "/events?types=teacher"
103103
imgSrc = "/assets/phy/icons/teacher_features_sprite.svg#use-with-class"
104104
title = "Teacher CPD"
105-
subtitle = "Free short courses to help you use Isaac Physics: by topic or by level of experience with Isaac."
105+
subtitle = "Free short courses to help you use Isaac: by topic or by level of experience with Isaac."
106106
/>
107107
</Col>
108108
<Col xs={0} sm={3} className="d-md-none"/>
@@ -124,7 +124,7 @@ export const TeacherFeatures = () => {
124124
<TeacherFeatureCard
125125
url = "/pages/order_books"
126126
imgSrc = "/assets/phy/icons/teacher_features_sprite.svg#skills-book-cover"
127-
title = "Isaac Physics Books"
127+
title = "Isaac Books"
128128
subtitle = "Buy one of our Skills Mastery books at cost."
129129
/>
130130
</Col>

0 commit comments

Comments
 (0)