Fix Get Started button
This commit is contained in:
@@ -100,7 +100,9 @@
|
|||||||
{:else}
|
{:else}
|
||||||
<button
|
<button
|
||||||
class="text-white bg-warmGray-800 hover:bg-warmGray-700 rounded p-2 px-10 font-bold"
|
class="text-white bg-warmGray-800 hover:bg-warmGray-700 rounded p-2 px-10 font-bold"
|
||||||
on:click={() => goto('/dashboard/applications')}>Get Started</button
|
on:click={() =>
|
||||||
|
$settings.clientId ? goto('/dashboard/applications') : goto('/dashboard/services')}
|
||||||
|
>Get Started</button
|
||||||
>
|
>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user