change profile dgit

pull/1342/head
filip mertens 3 years ago committed by davidzagi93@gmail.com
parent ad724e91fb
commit e4092d4207
  1. 3
      apps/remix-ide/src/remixAppManager.js

@ -121,6 +121,9 @@ export class RemixAppManager extends PluginManager {
for (const profile of plugins) {
if (profile.name === 'dgit') {
profile.url = 'https://dgit3remix.web.app/'
profile.canActivate = [
'dGitProvider', 'gitdiff'
]
}
}
const github = {

Loading…
Cancel
Save