Skip to content

Commit 16b84b0

Browse files
author
Gilyoung Kim
committed
Change the title and the footer for the solo testnet
1 parent abe4238 commit 16b84b0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/client/components/footer/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const Footer = () => {
2323
</a>
2424
</li>
2525
<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
2828
</a>
2929
</li>
3030
<li>Powered by Kodebox, Inc.</li>

src/client/components/header/Header/Header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
width: 100%;
88
z-index: 10000;
99
.logo {
10-
height: 45px;
10+
height: 35px;
1111
width: auto;
1212
margin-right: 5px;
1313
}

src/client/components/header/Header/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
import HealthChecker from "../../util/HealthChecker/HealthChecker";
1919
import Search from "../Search/Search";
2020

21-
import * as logo from "./img/logo-with-husky.png";
21+
import * as logo from "./img/logo_testnet.png";
2222

2323
import "./Header.scss";
2424

@@ -42,7 +42,7 @@ class Header extends React.Component<{}, State> {
4242
<Container>
4343
<IndexLinkContainer to="/">
4444
<NavbarBrand>
45-
<img src={logo} className="logo" /> CodeChain Explorer
45+
<img src={logo} className="logo" /> CodeChain Explorer - Husky
4646
</NavbarBrand>
4747
</IndexLinkContainer>
4848
<NavbarToggler onClick={this.toggle} />
Loading

0 commit comments

Comments
 (0)