diff --git a/web/src/lib/components/profile/ProfileTabs.svelte b/web/src/lib/components/profile/ProfileTabs.svelte --- a/web/src/lib/components/profile/ProfileTabs.svelte +++ b/web/src/lib/components/profile/ProfileTabs.svelte @@ -29,7 +29,7 @@ { id: "repos", label: "Repositories", icon: BookMarked, count: counts.repos }, { id: "starred", label: "Starred", icon: Star, count: counts.stars }, { id: "strings", label: "Strings", icon: LineSquiggle, count: counts.strings }, - { id: "vouches", label: "Vouches", icon: Shield, count: counts.vouches } + { id: "vouches", label: "Vouches", icon: Shield } ]); const hrefFor = (id: string) =>