Skip to content

Commit

Permalink
Remove community nux for now (#11672)
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Jan 12, 2023
1 parent 4bfa186 commit c9d9d4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js_modules/dagit/packages/app/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import ReactDOM from 'react-dom';
import {Link} from 'react-router-dom';
import styled from 'styled-components/macro';

import {CommunityNux} from './NUX/CommunityNux';
import {extractInitializationData} from './extractInitializationData';
import {telemetryLink} from './telemetryLink';

Expand Down Expand Up @@ -71,7 +70,6 @@ ReactDOM.render(
</AppTopNav>
<App>
<ContentRoot />
<CommunityNux />
</App>
</AppProvider>,
document.getElementById('root'),
Expand Down

0 comments on commit c9d9d4d

Please sign in to comment.