Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
feat: add-api-route (#228)
Browse files Browse the repository at this point in the history
* feat: add-api-route

* fix: linting issues

Co-authored-by: michael1011 <[email protected]>
  • Loading branch information
peartobear and michael1011 committed Dec 23, 2019
1 parent 6cd36fc commit 8918808
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/navigationbar/desktopnavigationbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ const DeskTopNavigationBar = ({ classes }) => (
text="Twitter"
to="https://twitter.com/boltzhq"
/>
<Button
className={classes.responsiveBtn}
external
text="API"
to="https://docs.boltz.exchange/en/latest/"
/>
<Button
className={classes.responsiveBtn}
external
Expand Down
6 changes: 6 additions & 0 deletions src/components/navigationbar/mobilenavigationbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ class MobileNavigationBar extends React.Component {
text="Twitter"
to="https://twitter.com/boltzhq"
/>
<Button
className={classes.responsiveBtn}
external
text="API"
to="https://docs.boltz.exchange/en/latest/"
/>
<Button
className={classes.btn}
external
Expand Down

0 comments on commit 8918808

Please sign in to comment.