mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
dashboard: fix merge
This commit is contained in:
parent
bd03f0a0ca
commit
9ea500f00c
2 changed files with 1962 additions and 1859 deletions
3816
dashboard/assets.go
3816
dashboard/assets.go
File diff suppressed because one or more lines are too long
|
|
@ -132,9 +132,8 @@ class Footer extends Component<Props> {
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const {classes, general} = this.props; // The classes property is injected by withStyles().
|
const {content} = this.props;
|
||||||
const geth = general.version ? this.info('Geth', general.version) : null;
|
const {general, home} = content;
|
||||||
const commit = general.commit ? this.info('Commit', general.commit.substring(0, 7)) : null;
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Grid container className={this.props.classes.footer} direction='row' alignItems='center' style={styles.footer}>
|
<Grid container className={this.props.classes.footer} direction='row' alignItems='center' style={styles.footer}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue