We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72976d3 commit 8db9c92Copy full SHA for 8db9c92
src/pages/projects.tsx
@@ -138,7 +138,7 @@ export const TopContributors = ({ contributors }: TopContributorsProps) => {
138
<div className="tw-grid-cols-2 tw-space-y-1 tw-text-secondary md:tw-grid-cols-1">
139
{contributors.map((contributor) => (
140
<Link
141
- key={contributor.id}
+ key={contributor.login}
142
href={contributor.html_url}
143
target="_blank"
144
className="tw-flex tw-min-w-56 tw-gap-2 tw-rounded-md tw-border-2 tw-border-secondary tw-border-opacity-35 tw-bg-secondary tw-bg-opacity-20 tw-px-2 tw-pt-1 hover:tw-cursor-pointer hover:tw-bg-opacity-100 hover:tw-text-white"
0 commit comments