Skip to content

Commit 8110e92

Browse files
authored
Merge pull request #3161 from romitgit/MSFT-122-Issue#2820
MSFT-122-Issue#2820 - fixed heading level
2 parents b828c59 + c70e5b8 commit 8110e92

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)