Skip to content

Commit 7f3d4f3

Browse files
author
Connor Holloway
committed
Alter topic buttons to sentence case
1 parent 8b46046 commit 7f3d4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/pages/Topic.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ const TopicPageComponent = ({topicName, topicPage, fetchTopicSummary, userPrefer
6363
<Row>
6464
<Col size={6} className="text-center">
6565
<Button tag={Link} to="/topics" color="primary" outline size="lg" className="my-4" block>
66-
<span className="d-none d-md-inline">Back to</span> {" "} All Topics
66+
<span className="d-none d-md-inline">Back to</span> {" "} All topics
6767
</Button>
6868
</Col>
6969
<Col size={6} className="text-center">
7070
<Button tag={Link} to={`/gameboards#${topicName}_july19_${examBoard.toLowerCase()}`} color="secondary" size="lg" className="my-4" block>
71-
Topic Gameboard
71+
Topic gameboard
7272
</Button>
7373
</Col>
7474
</Row>

0 commit comments

Comments
 (0)