change profile dgit

pull/5370/head
filip mertens 3 years ago committed by davidzagi93@gmail.com
parent afe7f51f06
commit d6f2c68f1f
  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