Skip to content

Commit

Permalink
Change link
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinRMC authored Dec 15, 2024
1 parent 74fc935 commit 0917d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PluginSettings/ContributorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function ContributorModal({ user }: { user: User; }) {
.sort((a, b) => Number(a.required ?? false) - Number(b.required ?? false));
}, [user.id, user.username]);

const ContributedHyperLink = <Link href="https://github.com/RobinRMC/VencordPlus">contributed</Link>;
const ContributedHyperLink = <Link href="https://github.com/RobinRMC/VencordPlus/graphs/contributors">contributed</Link>;

return (
<>
Expand Down

0 comments on commit 0917d86

Please sign in to comment.