Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/playground/credits/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ const pmPullRequestDevelopers = [ // these people made a PR that got merged, or
image: `https://github.com/NotEmbin.png`,
href: `https://github.com/NotEmbin/`,
},
{
text: 'ddededodediamante',
image: `https://github.com/ddededodediamante.png`,
href: `https://github.com/ddededodediamante/`,
{ // rx or ry single fix
text: 'NotCryptid',
image: `https://penguinmod.com/unknown_user.png`,
Expand Down Expand Up @@ -955,7 +959,8 @@ const pmExtensionDevelopers = [
'oc9x97',
'lego7set',
'mariocraft987',
'AshimeeAlt'
'AshimeeAlt',
'ddededodediamante'
].map(fromHardcodedGithub);

const pmCodeUsedFrom = [
Expand Down