Changed name back to OpenNoodl, updated icons

This commit is contained in:
Richard Osborne
2024-09-24 22:10:20 +02:00
parent 321b6a367c
commit 37668399e5
16 changed files with 250 additions and 536 deletions

View File

@@ -2,5 +2,5 @@ const remote = require('@electron/remote');
export default function getDocsEndpoint() {
const localDocs = remote.getGlobal('useLocalDocs');
return localDocs ? 'http://localhost:3000' : 'https://the-low-code-foundation.github.io/code-crusher-docs';
return localDocs ? 'http://localhost:3000' : 'https://the-low-code-foundation.github.io/opennoodl-docs';
}