Add decentralized services
This commit is contained in:
parent
d2422d5036
commit
c7d0adf780
19 changed files with 346 additions and 19 deletions
|
|
@ -71,6 +71,12 @@ class MyToolbar extends React.Component {
|
|||
>
|
||||
Spaces
|
||||
</MenuItem>
|
||||
<MenuItem
|
||||
onClick={() => window.location.href = '/services'}
|
||||
containerElement={<Link to="/services" />}
|
||||
>
|
||||
Services
|
||||
</MenuItem>
|
||||
<MenuItem
|
||||
onClick={() => window.location.href = 'http://ccc.de/de/imprint'}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue