Skip to content

Commit

Permalink
Revert "Add beta invitation banner (#2208)"
Browse files Browse the repository at this point in the history
This reverts commit 2ea1d3d.
  • Loading branch information
dmsnell committed Aug 4, 2020
1 parent b359787 commit 8d8f43f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 70 deletions.
2 changes: 0 additions & 2 deletions lib/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'focus-visible/dist/focus-visible.js';
import NoteInfo from './note-info';
import NavigationBar from './navigation-bar';
import AppLayout from './app-layout';
import BetaBar from './components/beta-bar';
import DevBadge from './components/dev-badge';
import DialogRenderer from './dialog-renderer';
import { isElectron, isMac } from './utils/platform';
Expand Down Expand Up @@ -162,7 +161,6 @@ class AppComponent extends Component<Props> {
<div className={mainClasses}>
{showNavigation && <NavigationBar />}
<AppLayout />
<BetaBar />
{showNoteInfo && <NoteInfo />}
</div>
<DialogRenderer appProps={this.props} />
Expand Down
44 changes: 0 additions & 44 deletions lib/components/beta-bar/index.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions lib/components/beta-bar/style.scss

This file was deleted.

1 change: 0 additions & 1 deletion scss/_components.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@import 'app-layout/style';
@import 'auth/style';
@import 'components/beta-bar/style';
@import 'components/dev-badge/style';
@import 'components/panel-title/style';
@import 'components/progress-bar/style';
Expand Down

0 comments on commit 8d8f43f

Please sign in to comment.