Skip to content

Commit

Permalink
Merge pull request #247 from jeffeb3/remove_notice
Browse files Browse the repository at this point in the history
Remove the notice from the banner.
  • Loading branch information
jeffeb3 authored Oct 19, 2022
2 parents b2ce538 + 40b6498 commit d289f52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/features/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { Component } from 'react'
import { Col, Row } from 'react-bootstrap'
import { Provider } from 'react-redux'
import Header from './Header'
import Notice from './Notice'
import InputTabs from './InputTabs'
import MachinePreview from '../preview/MachinePreview'
import store from './store'
Expand All @@ -14,7 +13,6 @@ class App extends Component {
<Provider store={store}>
<div className="App">
<Header />
<Notice />

<main>
<Row className="no-gutters">
Expand Down
1 change: 0 additions & 1 deletion src/features/app/Notice.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { Component } from 'react'
import logo from './logo.svg'
import './Notice.scss'

class Notice extends Component {
Expand Down

0 comments on commit d289f52

Please sign in to comment.