Skip to content

Commit

Permalink
Claim rewards functionality added
Browse files Browse the repository at this point in the history
Propose functionality stubbed out
Home screen added.

Signed-off-by: Anton Nell <[email protected]>
  • Loading branch information
antonnell committed Jul 18, 2020
1 parent cfc3934 commit 4922857
Show file tree
Hide file tree
Showing 11 changed files with 961 additions and 15 deletions.
15 changes: 13 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ import Account from './components/account';
import Footer from './components/footer';
import Home from './components/home';
import Stake from './components/stake';
import RewardsPools from './components/rewardPools'
import RewardsPools from './components/rewardPools';
import Header from './components/header';
import Propose from './components/propose';
import Claim from './components/claim';

import {
CONNECTION_CONNECTED,
Expand Down Expand Up @@ -109,10 +111,19 @@ class App extends Component {
<Stake />
</Route>
<Route path="/staking">
<Footer />
<RewardsPools />
</Route>
<Route path="/propose">
<Footer />
<Propose />
</Route>
<Route path="/claim">
<Footer />
<Claim />
</Route>
<Route path="/">
<RewardsPools />
<Home />
</Route>
</Switch>
</div>
Expand Down
Binary file added src/assets/YFI-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4922857

Please sign in to comment.