11import { Segment , Divider , List } from "semantic-ui-react" ;
22
33import { CenteredImage } from "./utils" ;
4+ import { SITE_NAME } from "../../utils/branding" ;
45
56export const CreateCourse = ( { ref } ) => (
67 < div ref = { ref } >
78 < Segment basic >
89 < h3 > Create Your Course</ h3 >
910 < Divider />
1011 < p >
11- Once you log in to OHQ , click 'Dashboard' on the left,
12+ Once you log in to { SITE_NAME } , click 'Dashboard' on the left,
1213 and then 'Create Course' under 'Instructor
1314 Courses'. If you do not see this option, please email
1415 contact@ohq.io.
@@ -21,7 +22,7 @@ export const CreateCourse = ({ ref }) => (
2122 creating the course.
2223 </ p >
2324 < p >
24- OHQ currently supports Zoom, BlueJeans, Google Meet, and Whereby
25+ { SITE_NAME } currently supports Zoom, BlueJeans, Google Meet, and Whereby
2526 meetings links. Please email us at contact@ohq.io to request
2627 additional link support.
2728 </ p >
@@ -31,7 +32,7 @@ export const CreateCourse = ({ ref }) => (
3132 />
3233 < br />
3334 < p >
34- And that's it! You've created your course on OHQ , and
35+ And that's it! You've created your course on { SITE_NAME } , and
3536 you're ready to add students and instructors to the course.
3637 </ p >
3738 </ Segment >
@@ -66,7 +67,7 @@ export const InviteMembers = ({ ref }) => (
6667 with a Pennkey! For example:
6768 < b > agutmann@upenn.edu</ b > . Students or
6869 instructors with alternative email address
69- formats will not be able to log in to OHQ .
70+ formats will not be able to log in to { SITE_NAME } .
7071 🚨
7172 </ List . Item >
7273 </ List . List >
@@ -269,7 +270,7 @@ export const Analytics = ({ ref }) => (
269270 < h3 > Analytics</ h3 >
270271 < Divider />
271272 < p >
272- As an instructor, you can use OHQ 's analytics to learn what
273+ As an instructor, you can use { SITE_NAME } 's analytics to learn what
273274 your students are asking and assess how you're performing
274275 in office hours.
275276 </ p >
@@ -301,7 +302,7 @@ export const Settings = ({ ref }) => (
301302 click 'Course Settings' in the left menu.
302303 </ p >
303304 < p >
304- To change your account settings, go to the OHQ landing page and
305+ To change your account settings, go to the { SITE_NAME } landing page and
305306 click 'Account Settings' in the left menu.
306307 </ p >
307308 </ Segment >
0 commit comments