Skip to content

Commit c838cfd

Browse files
committed
Remove footer
1 parent 796858c commit c838cfd

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

app/containers/App.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ export default class App extends Component {
1919
<div className="main-container">
2020
{this.props.children}
2121
</div>
22-
<footer>
23-
Footer
24-
<Tray />
25-
</footer>
22+
<Tray />
2623
</div>
2724
);
2825
}

0 commit comments

Comments
 (0)