Skip to content

Commit 611b724

Browse files
committed
Merge pull request #2956 from allenjuly7/qa-accessibility
MSFT-200 #2865
1 parent 841453d commit 611b724

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`Matches shallow shapshot 1`] = `
55
className="src-shared-components-TopcoderFooter-___style__footer___28yQ6"
66
>
77
<nav>
8-
<ul>
8+
<ol>
99
<li
1010
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
1111
>
@@ -51,7 +51,7 @@ exports[`Matches shallow shapshot 1`] = `
5151
TERMS
5252
</a>
5353
</li>
54-
</ul>
54+
</ol>
5555
</nav>
5656
<div
5757
className="src-shared-components-TopcoderFooter-___style__social-links___2G4Ia"

src/shared/components/TopcoderFooter/index.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function TopcoderFooter() {
3535
return (
3636
<div styleName="footer">
3737
<nav>
38-
<ul>
38+
<ol>
3939
<Link to={`${base}/community/about`}>
4040
ABOUT US
4141
</Link>
@@ -51,7 +51,7 @@ PRIVACY POLICY
5151
<Link to={`${base}/community/how-it-works/terms/`}>
5252
TERMS
5353
</Link>
54-
</ul>
54+
</ol>
5555
</nav>
5656
<div styleName="social-links">
5757
<hr />

0 commit comments

Comments
 (0)