Monorepo for Tangled tangled.org
1

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>

author
eti
committer
dawn
date (Jul 27, 2026, 3:40 PM +0300) commit 91fbebf4 parent caffc6fa
+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>