Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

web/ui: format Tabs.svelte

Signed-off-by: eti <eti@eti.tf>

eti (Jul 16, 2026, 6:41 PM +0200) ead2bbff 8798f4d9

+1 -1
+1 -1
web/src/lib/components/ui/Tabs.svelte
··· 41 41 {/if} 42 42 <span class="flex flex-col"> 43 43 {tab.label} 44 - <span aria-hidden="true" class="invisible h-0 select-none overflow-hidden font-medium" 44 + <span aria-hidden="true" class="invisible h-0 overflow-hidden font-medium select-none" 45 45 >{tab.label}</span 46 46 > 47 47 </span>