This repository has no description
0

Configure Feed

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

web: don't show vouch counts in profile tab

Signed-off-by: oppiliappan <me@oppi.li>

author
oppiliappan
committer
dawn
date (Jul 31, 2026, 10:51 PM +0300) commit 82dde987 parent 987ed0d8 change-id vmxvvlol
+1 -1
+1 -1
web/src/lib/components/profile/ProfileTabs.svelte
··· 29 29 { id: "repos", label: "Repositories", icon: BookMarked, count: counts.repos }, 30 30 { id: "starred", label: "Starred", icon: Star, count: counts.stars }, 31 31 { id: "strings", label: "Strings", icon: LineSquiggle, count: counts.strings }, 32 - { id: "vouches", label: "Vouches", icon: Shield, count: counts.vouches } 32 + { id: "vouches", label: "Vouches", icon: Shield } 33 33 ]); 34 34 35 35 const hrefFor = (id: string) =>