File tree Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 6
6
border-bottom : 1px solid $grey3 ;
7
7
.logo {
8
8
width : auto ;
9
- height : 50 px ;
9
+ height : 24 px ;
10
10
}
11
11
.menu-btn {
12
+ padding : 25px ;
12
13
color : $grey2 ;
13
- padding-left : 23px ;
14
- padding-right : 5px ;
15
14
cursor : pointer ;
16
15
}
17
16
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { Dispatch } from "redux";
6
6
import { ReducerConfigure } from "../../redux" ;
7
7
import actions from "../../redux/global/globalActions" ;
8
8
import "./Header.css" ;
9
- import * as Logo from "./img/codechain- logo.png " ;
9
+ import * as Logo from "./img/logo.svg " ;
10
10
11
11
interface StateProps {
12
12
isAuthenticated : boolean ;
@@ -24,10 +24,7 @@ class Header extends React.Component<Props, any> {
24
24
return (
25
25
< div className = "Header" >
26
26
< div className = "d-flex align-items-center h-100" >
27
- < div
28
- className = "menu-btn p-4 ml-3"
29
- onClick = { this . handleToggleMenu }
30
- >
27
+ < div className = "menu-btn" onClick = { this . handleToggleMenu } >
31
28
< FontAwesomeIcon icon = "bars" />
32
29
</ div >
33
30
< Link to = "/" >
You can’t perform that action at this time.
0 commit comments