Skip to content

Commit fe6c24a

Browse files
Fix snapshot footer 2020 -> 2021
1 parent 68664ef commit fe6c24a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ exports[`Matches shallow shapshot 1`] = `
601601
<span
602602
className="src-shared-components-TopcoderFooter-___style__copyright-notice___24f5v"
603603
>
604-
© 2020 Topcoder
604+
© 2021 Topcoder
605605
<a
606606
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
607607
href="https://www.topcoder-dev.com/policy"

__tests__/shared/components/challenge-listing/Sidebar/__snapshots__/Footer.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports[`Matches shallow shapshot 1`] = `
6969
className="src-shared-components-challenge-listing-Sidebar-Footer-___style__copyright___ghkHg"
7070
>
7171
Topcoder ©
72-
2020
72+
2021
7373
</p>
7474
</div>
7575
`;

0 commit comments

Comments
 (0)