Skip to content

fix: remove old topcoder header component #7072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import Renderer from 'react-test-renderer/shallow';
import Item from 'components/TopcoderHeader/desktop/SubMenu/Item';
import Item from 'components/SubMenu/Item';

test('Matches shallow shapshot', () => {
const renderer = new Renderer();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

exports[`Matches shallow shapshot 2`] = `
<li
className="src-shared-components-TopcoderHeader-desktop-SubMenu-Item-___style__item___2Q-ud"
className="src-shared-components-SubMenu-Item-___style__item___2U0li"
role="button"
tabIndex={0}
>
Expand Down
48 changes: 0 additions & 48 deletions src/shared/components/TopcoderHeader/Auth/index.jsx

This file was deleted.

38 changes: 0 additions & 38 deletions src/shared/components/TopcoderHeader/Auth/style.scss

This file was deleted.

Loading