File tree 2 files changed +4
-4
lines changed
__tests__/shared/components/__snapshots__
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exports[`Matches shallow shapshot 1`] = `
5
5
className = " src-shared-components-TopcoderFooter-___style__footer___28yQ6"
6
6
>
7
7
<nav >
8
- <ul >
8
+ <ol >
9
9
<li
10
10
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
11
11
>
@@ -51,7 +51,7 @@ exports[`Matches shallow shapshot 1`] = `
51
51
TERMS
52
52
</a >
53
53
</li >
54
- </ul >
54
+ </ol >
55
55
</nav >
56
56
<div
57
57
className = " src-shared-components-TopcoderFooter-___style__social-links___2G4Ia"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export default function TopcoderFooter() {
35
35
return (
36
36
< div styleName = "footer" >
37
37
< nav >
38
- < ul >
38
+ < ol >
39
39
< Link to = { `${ base } /community/about` } >
40
40
ABOUT US
41
41
</ Link >
@@ -51,7 +51,7 @@ PRIVACY POLICY
51
51
< Link to = { `${ base } /community/how-it-works/terms/` } >
52
52
TERMS
53
53
</ Link >
54
- </ ul >
54
+ </ ol >
55
55
</ nav >
56
56
< div styleName = "social-links" >
57
57
< hr />
You can’t perform that action at this time.
0 commit comments