File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ const Footer = () => {
23
23
</ a >
24
24
</ li >
25
25
< li >
26
- < a href = "https://husky .codechain.io/faucet " target = "_blank" >
27
- husky .codechain.io/faucet
26
+ < a href = "https://solo .codechain.io" target = "_blank" >
27
+ solo .codechain.io
28
28
</ a >
29
29
</ li >
30
30
< li > Powered by Kodebox, Inc.</ li >
Original file line number Diff line number Diff line change 7
7
width : 100% ;
8
8
z-index : 10000 ;
9
9
.logo {
10
- height : 45 px ;
10
+ height : 35 px ;
11
11
width : auto ;
12
12
margin-right : 5px ;
13
13
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {
18
18
import HealthChecker from "../../util/HealthChecker/HealthChecker" ;
19
19
import Search from "../Search/Search" ;
20
20
21
- import * as logo from "./img/logo-with-husky .png" ;
21
+ import * as logo from "./img/logo_testnet .png" ;
22
22
23
23
import "./Header.scss" ;
24
24
@@ -42,7 +42,7 @@ class Header extends React.Component<{}, State> {
42
42
< Container >
43
43
< IndexLinkContainer to = "/" >
44
44
< NavbarBrand >
45
- < img src = { logo } className = "logo" /> CodeChain Explorer
45
+ < img src = { logo } className = "logo" /> CodeChain Explorer - Husky
46
46
</ NavbarBrand >
47
47
</ IndexLinkContainer >
48
48
< NavbarToggler onClick = { this . toggle } />
You can’t perform that action at this time.
0 commit comments