Skip to content

Commit c70e5b8

Browse files
committed
fixed heading level
1 parent f276c9f commit c70e5b8

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-detail/Specification/SideBar/EligibleEvents

1 file changed

+1
-1
lines changed

src/shared/components/challenge-detail/Specification/SideBar/EligibleEvents/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function EligibleEvents({ eventDetails }) {
1818

1919
return (
2020
<div>
21-
<h3>ELIGIBLE EVENTS:</h3>
21+
<h2>ELIGIBLE EVENTS:</h2>
2222
<p styleName="link-like-paragraph">
2323
{/* TODO: It is not good to compose the event URL like this, as
2424
* in general there is not guaranteed to be correct. */}

0 commit comments

Comments
 (0)