update default tab for hub

This commit is contained in:
Ruben Fiszel
2023-04-23 12:18:39 +02:00
parent 2ae7f8cbb4
commit 7939df3f44
@@ -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 @@
</div>
</Tab>
{#if HOME_SHOW_HUB}
<Tab size="md" value="hub">
<div class="flex gap-2 items-center my-1">
<Globe2 size={18} />
Hub
</div>
</Tab>
<Tab size="md" value="hub">
<div class="flex gap-2 items-center my-1">
<Globe2 size={18} />
Hub
</div>
</Tab>
{/if}
</Tabs>
</div>