feat: remove contributor index display from contributors page

This commit is contained in:
Maze Winther
2025-06-29 23:37:39 +02:00
parent b461234c65
commit 1466dd42e2

View File

@ -140,9 +140,6 @@ export default async function ContributorsPage() {
{contributor.login.charAt(0).toUpperCase()} {contributor.login.charAt(0).toUpperCase()}
</AvatarFallback> </AvatarFallback>
</Avatar> </Avatar>
<div className="absolute -top-2 -right-2 bg-foreground text-background rounded-full w-8 h-8 flex items-center justify-center text-sm font-bold">
{index + 1}
</div>
</div> </div>
<h3 className="text-xl font-semibold mb-2 group-hover:text-foreground/80 transition-colors"> <h3 className="text-xl font-semibold mb-2 group-hover:text-foreground/80 transition-colors">
{contributor.login} {contributor.login}