Skip to content

Commit 176a729

Browse files
authored
Merge pull request #7072 from topcoder-platform/pm-715
fix: remove old topcoder header component
2 parents 88be40d + 80d4323 commit 176a729

File tree

21 files changed

+4
-1198
lines changed

21 files changed

+4
-1198
lines changed

__tests__/shared/components/TopcoderHeader/desktop/SubMenu/Item.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import Renderer from 'react-test-renderer/shallow';
3-
import Item from 'components/TopcoderHeader/desktop/SubMenu/Item';
3+
import Item from 'components/SubMenu/Item';
44

55
test('Matches shallow shapshot', () => {
66
const renderer = new Renderer();

__tests__/shared/components/TopcoderHeader/desktop/SubMenu/__snapshots__/Item.jsx.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`Matches shallow shapshot 1`] = `
44
<li
5-
className="src-shared-components-TopcoderHeader-desktop-SubMenu-Item-___style__item___2Q-ud src-shared-components-TopcoderHeader-desktop-SubMenu-Item-___style__current___38PHh"
5+
className="src-shared-components-SubMenu-Item-___style__item___2U0li src-shared-components-SubMenu-Item-___style__current___3WfNb"
66
role="button"
77
tabIndex={0}
88
>
@@ -21,7 +21,7 @@ exports[`Matches shallow shapshot 1`] = `
2121

2222
exports[`Matches shallow shapshot 2`] = `
2323
<li
24-
className="src-shared-components-TopcoderHeader-desktop-SubMenu-Item-___style__item___2Q-ud"
24+
className="src-shared-components-SubMenu-Item-___style__item___2U0li"
2525
role="button"
2626
tabIndex={0}
2727
>

src/shared/components/TopcoderHeader/Auth/index.jsx

-48
This file was deleted.

src/shared/components/TopcoderHeader/Auth/style.scss

-38
This file was deleted.

0 commit comments

Comments
 (0)