diff options
author | Determinant <[email protected]> | 2019-04-18 13:32:18 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-04-18 13:32:18 -0400 |
commit | 90e30defd5a408fccbb12405d243d26c4f1ef999 (patch) | |
tree | fd5ed72c79f47e0c524a623d5284e4d20633af3c /src | |
parent | f8b6ec4c684b3892f0a6e0add1f3bebee6a7f944 (diff) |
change info
Diffstat (limited to 'src')
-rw-r--r-- | src/About.tsx | 12 | ||||
-rw-r--r-- | src/Snow.tsx | 2 |
2 files changed, 4 insertions, 10 deletions
diff --git a/src/About.tsx b/src/About.tsx index 83eb8c1..ec78d66 100644 --- a/src/About.tsx +++ b/src/About.tsx @@ -37,7 +37,8 @@ function About(props: AboutProps) { </Typography> <Typography variant="body1" paragraph> - Copyright 2019 Maofan "Ted" Yin + Copyright 2019 Ava Labs, Inc.<br/> + Author: Ted Yin </Typography> <Typography variant="body1" paragraph> @@ -68,7 +69,7 @@ function About(props: AboutProps) { <List disablePadding> <ListItem> <span className={classes.infoField}>Email:</span> - 73d at tedyin dot com + ted at avalabs dot org or 73d at tedyin dot com </ListItem> <ListItem> <span className={classes.infoField}>GitHub:</span> @@ -76,13 +77,6 @@ function About(props: AboutProps) { Determinant/snow-bft-demo </Link> </ListItem> - <ListItem> - <span className={classes.infoField}>Buy me a cup of coffee:</span> - <List className={classes.pre} disablePadding> - <ListItem>Ether: 0xFEeed0f0BA87824819aabfa789f41FA2dd9ad81e</ListItem> - <ListItem>Bitcoin: 1CbVBB6Gv7WP4u39wsN416SJrjmvQDjggw</ListItem> - </List> - </ListItem> </List> </Typography> </div>); diff --git a/src/Snow.tsx b/src/Snow.tsx index b053a51..5546d24 100644 --- a/src/Snow.tsx +++ b/src/Snow.tsx @@ -325,7 +325,7 @@ class Snow extends React.Component<SnowProps> { <Grid item lg={4} xs={12}> <Typography variant="body1" paragraph> This demo shows the Snowball protocol used as the core of a peer-to-peer payment system, Avalanche, introduced in - <Link href="https://avalanchelabs.org/QmT1ry38PAmnhparPUmsUNHDEGHQusBLD6T5XJh4mUUn3v.pdf" target="_blank" rel="noopener"> + <Link href="https://avalabs.org/QmT1ry38PAmnhparPUmsUNHDEGHQusBLD6T5XJh4mUUn3v.pdf" target="_blank" rel="noopener"> this paper </Link> . It visualizes the process of a binary, |