Skip to content

Commit

Permalink
fix: update usage of @aragon'ui's Main component to use relative asse…
Browse files Browse the repository at this point in the history
…t paths (#692)
  • Loading branch information
sohkai authored Feb 26, 2019
1 parent 5e093fa commit d906926
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/finance/app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class App extends React.Component {

return (
<div css="min-width: 320px">
<Main>
<Main assetsUrl="./aragon-ui">
<AppLayout
title="Finance"
onMenuOpen={this.handleMenuPanelOpen}
Expand Down
2 changes: 1 addition & 1 deletion apps/token-manager/app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class App extends React.Component {
const { assignTokensConfig, sidepanelOpened } = this.state
return (
<div css="min-width: 320px">
<Main>
<Main assetsUrl="./aragon-ui">
<AppLayout
title="Token Manager"
afterTitle={tokenSymbol && <Badge.App>{tokenSymbol}</Badge.App>}
Expand Down
2 changes: 1 addition & 1 deletion apps/voting/app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class App extends React.Component {

return (
<div css="min-width: 320px">
<Main>
<Main assetsUrl="./aragon-ui">
<AppLayout
title="Voting"
onMenuOpen={this.handleMenuPanelOpen}
Expand Down

0 comments on commit d906926

Please sign in to comment.