Skip to content

Commit

Permalink
fixed guide and faq page bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
kendricktan committed Aug 14, 2017
1 parent d13463d commit 8a07009
Show file tree
Hide file tree
Showing 6 changed files with 50,578 additions and 149,270 deletions.
2 changes: 1 addition & 1 deletion app/faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'react-table/react-table.css'
import React from 'react';
import ReactDOM from 'react-dom';
import ZNavbar from './components/navbar.jsx'
import ZWallet from './components/wallet.jsx'
import ZFaq from './components/faq.jsx'
import ZFooter from './components/footer.jsx'

ReactDOM.render(<ZNavbar />, document.getElementById('navbar'));
Expand Down
2 changes: 1 addition & 1 deletion app/guide.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'react-table/react-table.css'
import React from 'react';
import ReactDOM from 'react-dom';
import ZNavbar from './components/navbar.jsx'
import ZWallet from './components/wallet.jsx'
import ZGuide from './components/guide.jsx'
import ZFooter from './components/footer.jsx'

ReactDOM.render(<ZNavbar />, document.getElementById('navbar'));
Expand Down
Loading

0 comments on commit 8a07009

Please sign in to comment.