@@ -33,7 +33,7 @@ export const TeacherFeatures = () => {
33
33
</ Link > ;
34
34
} ;
35
35
36
- return < Container >
36
+ return < Container >
37
37
< Row className = "mb-4" >
38
38
< Col >
39
39
< TitleAndBreadcrumb currentPageTitle = { "Teacher Features" } />
@@ -43,11 +43,11 @@ export const TeacherFeatures = () => {
43
43
{ isDisabled ?
44
44
< Col md = { 6 } >
45
45
< 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 >
47
47
</ Col > :
48
48
< Col >
49
49
< 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 >
51
51
</ Col > }
52
52
{ isDisabled && < Col md = { 6 } className = "text-center text-md-end" >
53
53
< Button tag = { Link } size = "lg" color = "secondary" to = { isLoggedIn ( user ) ? "/pages/contact_us_teacher" : "/register" } >
@@ -102,7 +102,7 @@ export const TeacherFeatures = () => {
102
102
url = "/events?types=teacher"
103
103
imgSrc = "/assets/phy/icons/teacher_features_sprite.svg#use-with-class"
104
104
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."
106
106
/>
107
107
</ Col >
108
108
< Col xs = { 0 } sm = { 3 } className = "d-md-none" />
@@ -124,7 +124,7 @@ export const TeacherFeatures = () => {
124
124
< TeacherFeatureCard
125
125
url = "/pages/order_books"
126
126
imgSrc = "/assets/phy/icons/teacher_features_sprite.svg#skills-book-cover"
127
- title = "Isaac Physics Books"
127
+ title = "Isaac Books"
128
128
subtitle = "Buy one of our Skills Mastery books at cost."
129
129
/>
130
130
</ Col >
0 commit comments