Skip to content

Commit 98aacc2

Browse files
committed
Make why sign-up section use a div rather than a p so as to stop p elements being descendants of p elements
1 parent 7323b76 commit 98aacc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/elements/WhySignUpTabs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const WhySignUpTabs = () => (
1616
<CardTitle tag="h3" className="mb-auto">
1717
Benefits for students
1818
</CardTitle>
19-
<CardText className="mb-auto">
19+
<CardText className="mb-auto" tag="div">
2020
<strong>Isaac Computer Science allows you to:</strong>
2121
<ul>
2222
<li>Study and revise at your own pace</li>
@@ -46,7 +46,7 @@ export const WhySignUpTabs = () => (
4646
<CardTitle tag="h3" className="mb-auto">
4747
Benefits for teachers
4848
</CardTitle>
49-
<CardText className="mb-auto">
49+
<CardText className="mb-auto" tag="div">
5050
<strong>Isaac Computer Science allows you to:</strong>
5151
<ul>
5252
<li>Select and set self-marking homework questions</li>

0 commit comments

Comments
 (0)