mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-13 07:42:54 +01:00
chore: Update more branding (#9)
Co-authored-by: alan-x-n <x.alanan.x@gmail.com>
This commit is contained in:
@@ -109,7 +109,7 @@ function TopBar({ showSpinner, setShowSpinner }: TopBarProps) {
|
||||
}}
|
||||
/>
|
||||
<TextButton label="Docs" onClick={() => platform.openExternal(getDocsEndpoint())} />
|
||||
<TextButton label="Community" onClick={() => platform.openExternal('https://www.noodl.net/community')} />
|
||||
<TextButton label="Community" onClick={() => platform.openExternal('https://www.fluxscape.io/community')} />
|
||||
</HStack>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -2,5 +2,5 @@ const remote = require('@electron/remote');
|
||||
|
||||
export default function getDocsEndpoint() {
|
||||
const localDocs = remote.getGlobal('useLocalDocs');
|
||||
return localDocs ? 'http://localhost:3000' : 'https://noodlapp.github.io/noodl-docs';
|
||||
return localDocs ? 'http://localhost:3000' : 'https://docs.fluxscape.io';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user