This repository has no description
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>

author
eti
committer
dawn
date (Jul 31, 2026, 10:51 PM +0300) commit 0556eb34 parent 21737f9b change-id yvpmynku
+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>