Rework Actions

This commit is contained in:
thororen1234 2024-11-01 01:02:07 -04:00
parent 7b6c28bd0c
commit 719d90bfdd
11 changed files with 308 additions and 189 deletions

View file

@ -94,7 +94,7 @@ function ContributorModal({ user }: { user: User; }) {
</Forms.FormText>
) : (
<Forms.FormText>
{user.username} has not made any plugins. They likely {ContributedHyperLink} to Vencord in other ways!
{user.username} has not made any plugins. They likely {ContributedHyperLink} in other ways!
</Forms.FormText>
)}