diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 9b3a40c16..ee18285f7 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -63,7 +63,7 @@ & Netlify alternative {#if loading} - + {:else} {#if !$session.isLoggedIn} @@ -100,7 +100,9 @@ {:else} goto('/dashboard/applications')}>Get Started + $settings.clientId ? goto('/dashboard/applications') : goto('/dashboard/services')} + >Get Started {/if}