diff --git a/frontend/src/routes/(root)/(logged)/+page.svelte b/frontend/src/routes/(root)/(logged)/+page.svelte index e326bc87f7..c27d3680d7 100644 --- a/frontend/src/routes/(root)/(logged)/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/+page.svelte @@ -273,14 +273,6 @@
- {#if $workspaceStore == 'admins'} -
- - - The Admins workspace is for admins only and contains scripts whose purpose is to manage your - Windmill instance, such as keeping resource types up to date. - - {/if}

Home @@ -316,6 +308,14 @@

+ {#if $workspaceStore == 'admins'} + + The Admins workspace is for admins only and contains scripts whose purpose is to manage your + Windmill instance, such as keeping resource types up to date. + +
+ {/if} + (showCreateButtons = v)} />