Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Remove dead navbar/Nav component
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathaningram committed Nov 2, 2017
1 parent 69b7425 commit 6c6c746
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 153 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ static_src/test/server/fixtures/
/static_src/components/login.jsx
/static_src/components/main_container.jsx
/static_src/components/marketplace.jsx
/static_src/components/navbar.jsx
/static_src/components/org_list.jsx
/static_src/components/panel_group.jsx
/static_src/components/panel_header.jsx
Expand Down
2 changes: 0 additions & 2 deletions static_src/components/main_container.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import React from 'react';
import PropTypes from 'prop-types';
import userProvider from './user_provider.jsx';
Expand All @@ -9,7 +8,6 @@ import Header from './header';
import LoginStore from '../stores/login_store.js';
import OrgStore from '../stores/org_store.js';
import SpaceStore from '../stores/space_store.js';
import { Nav } from './navbar.jsx';

const propTypes = {
children: PropTypes.any
Expand Down
146 changes: 0 additions & 146 deletions static_src/components/navbar.jsx

This file was deleted.

4 changes: 0 additions & 4 deletions static_src/css/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
width: 1224px;
}

.sidenav {
width: 240px;
}

.content {
margin-left: 2rem;
max-width: 888px;
Expand Down

0 comments on commit 6c6c746

Please sign in to comment.