mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-06 00:03:24 +00:00
Title and explanation
This commit is contained in:
parent
f2afd78f4e
commit
577ab52a4e
@ -17,9 +17,22 @@ import translate from 'translations';
|
|||||||
|
|
||||||
import { AppState } from 'reducers';
|
import { AppState } from 'reducers';
|
||||||
import { NonStandardTransaction } from './components';
|
import { NonStandardTransaction } from './components';
|
||||||
|
import { NewTabLink } from 'components/ui';
|
||||||
|
|
||||||
|
const EACLink = () => (
|
||||||
|
<NewTabLink href="https://chronologic.network" content="Ethereum Alarm Clock" />
|
||||||
|
);
|
||||||
|
|
||||||
const content = (
|
const content = (
|
||||||
<div className="Tab-content-pane">
|
<div className="Tab-content-pane">
|
||||||
|
<div className="row form-group">
|
||||||
|
<div className="col-xs-12">
|
||||||
|
<h3>ChronoLogic Scheduler</h3>
|
||||||
|
Powered by the <EACLink />, ChronoLogic Scheduler is a decentralized scheduling protocol
|
||||||
|
based on the Ethereum blockchain.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="row form-group" />
|
||||||
<AddressField />
|
<AddressField />
|
||||||
<div className="row form-group">
|
<div className="row form-group">
|
||||||
<div className="col-xs-12">
|
<div className="col-xs-12">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user