Skip to content

Commit 04144e2

Browse files
committed
Merge pull request #3174 from anonymousjaggu/2799_fix
changes for 2799
1 parent d6b9840 commit 04144e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/shared/components/SubmissionPage/Header/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ const Header = ({
2727
Back to challenge
2828
</p>
2929
</Link>
30-
<h2>
30+
<h1>
3131
{title}
32-
</h2>
32+
</h1>
3333
</div>
3434
);
3535

src/shared/components/SubmissionPage/Header/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
}
3333

34-
h2 {
34+
h1 {
3535
font-weight: 300;
3636
font-size: 24px;
3737
color: #3d3d3d;

0 commit comments

Comments
 (0)