Skip to content

Commit 29fc592

Browse files
fix duplicated user mention
1 parent 459ef8d commit 29fc592

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/playground/credits/users.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@ const pmTranslators = [
162162
image: `https://penguinmod.com/unknown_user.png`,
163163
href: "https://studio.penguinmod.com/credits.html#",
164164
},
165-
{
166-
text: 'Youh',
167-
image: `https://penguinmod.com/unknown_user.png`,
168-
href: "https://studio.penguinmod.com/credits.html#",
169-
},
170165
{
171166
text: 'n0name',
172167
image: `https://penguinmod.com/unknown_user.png`,
@@ -214,8 +209,8 @@ const pmTranslators = [
214209
},
215210
{
216211
text: 'SmolBoi37',
217-
image: `https://trampoline.turbowarp.org/avatars/by-username/SmolBoi37`,
218-
href: "https://penguinmod.com/profile?user=SmolBoi37",
212+
image: `https://penguinmod.com/unknown_user.png`,
213+
href: "https://studio.penguinmod.com/credits.html#",
219214
},
220215
{
221216
text: 'GigantTech',

0 commit comments

Comments
 (0)