fix theme url

pull/653/head
yann300 4 years ago
parent 0b35da0e94
commit 71d1ff33d9
  1. 2
      apps/remix-ide/src/app/tabs/theme-module.js

@ -33,7 +33,7 @@ export class ThemeModule extends Plugin {
config: registry.get('config').api
}
this.themes = themes.reduce((acc, theme) => {
theme.url = window.location.origin + '/' + theme.url
theme.url = window.location.origin + window.location.pathname + theme.url
return { ...acc, [theme.name]: theme }
}, {})
let queryTheme = (new QueryParams()).get().theme

Loading…
Cancel
Save