diff --git a/frontend/src/routes/(root)/(logged)/+page.svelte b/frontend/src/routes/(root)/(logged)/+page.svelte index 15a439149a..28a23de5e1 100644 --- a/frontend/src/routes/(root)/(logged)/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/+page.svelte @@ -28,7 +28,7 @@ ? (window.location.hash?.replace('#', '') as Tab) : 'workspace' - let subtab: 'flows' | 'scripts' | 'apps' = 'flows' + let subtab: 'flows' | 'scripts' | 'apps' = 'apps' let filter: string = '' @@ -208,12 +208,12 @@ {#if HOME_SHOW_HUB} - -
- - Hub -
-
+ +
+ + Hub +
+
{/if}