Skip to content

Commit 5abbe30

Browse files
committed
remove redundant brackets
1 parent 1ba80c5 commit 5abbe30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/about.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default function AboutUs() {
142142
customInnerClass='wanna-learn-more'
143143
/>
144144
<TwoColumn
145-
title={<div>Junior Developers</div>}
145+
title="Junior Developers"
146146
content={
147147
'If you are a junior web developer looking for some guidance and mentoring, ' +
148148
'we invite you to join us and start coding our platform. ' +
@@ -159,7 +159,7 @@ export default function AboutUs() {
159159
customInnerClass='two-text-columns'
160160
secondTextColumn={
161161
<TwoColumn
162-
title={<div>Experienced Developers</div>}
162+
title="Experienced Developers"
163163
content={
164164
'If you are an experienced and patient-loving developer, ' +
165165
'a true rockstar who wants to mentor juniors, ' +

0 commit comments

Comments
 (0)