File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { connect } from 'react-redux';
5
5
import { NavLink } from 'react-router-dom' ;
6
6
import { withRouter } from 'react-router' ;
7
7
import mixpanel from 'mixpanel-browser' ;
8
- import { Header , Footer } from '@makerdao/ui-components' ;
8
+ import { Footer } from '@makerdao/ui-components' ;
9
9
import { colors , fonts } from '../theme' ;
10
10
import { onboardingOpen , OnboardingStates } from '../reducers/onboarding' ;
11
11
import { modalOpen } from '../reducers/modal' ;
@@ -103,11 +103,6 @@ const Padding = styled.div`
103
103
height: 25px;
104
104
` ;
105
105
106
- const BorderLine = styled . div `
107
- height: 1px;
108
- background-color: #445162;
109
- ` ;
110
-
111
106
const NetworkNotification = styled . div `
112
107
color: ${ ( { theme } ) => theme . text . header_dim } ;
113
108
align-self: center;
You can’t perform that action at this time.
0 commit comments