@@ -127,20 +127,68 @@ const pmDevelopers = [
127
127
] . map ( fromHardcodedGithub ) ;
128
128
129
129
const pmPullRequestDevelopers = [ // these people made a PR that got merged, or got a dev to add something they made
130
- 'NexusKitten' ,
131
- 'LilyMakesThings' ,
132
- 'MikeDev101' ,
133
- 'kokofixcomputers' ,
134
- 'PPPDUD' ,
135
- 'qbjl' ,
136
- 'minidogg' ,
137
- 'concertalyis' ,
138
- 'Steve0Greatness' ,
139
- 'ilikecoding-197' ,
140
- 'NotEmbin' ,
141
- 'NotCryptid' // rx or ry single fix
130
+ {
131
+ text : 'NexusKitten' ,
132
+ image : `https://github.com/NexusKitten.png` ,
133
+ href : `https://github.com/NexusKitten/` ,
134
+ } ,
135
+ {
136
+ text : 'LilyMakesThings' ,
137
+ image : `https://github.com/LilyMakesThings.png` ,
138
+ href : `https://github.com/LilyMakesThings/` ,
139
+ } ,
140
+ {
141
+ text : 'MikeDev101' ,
142
+ image : `https://github.com/MikeDev101.png` ,
143
+ href : `https://github.com/MikeDev101/` ,
144
+ } ,
145
+ {
146
+ text : 'kokofixcomputers' ,
147
+ image : `https://github.com/kokofixcomputers.png` ,
148
+ href : `https://github.com/kokofixcomputers/` ,
149
+ } ,
150
+ {
151
+ text : 'PPPDUD' ,
152
+ image : `https://github.com/PPPDUD.png` ,
153
+ href : `https://github.com/PPPDUD/` ,
154
+ } ,
155
+ {
156
+ text : 'qbjl' ,
157
+ image : `https://github.com/qbjl.png` ,
158
+ href : `https://github.com/qbjl/` ,
159
+ } ,
160
+ {
161
+ text : 'minidogg' ,
162
+ image : `https://github.com/minidogg.png` ,
163
+ href : `https://github.com/minidogg/` ,
164
+ } ,
165
+ {
166
+ text : 'concertalyis' ,
167
+ image : `https://github.com/concertalyis.png` ,
168
+ href : `https://github.com/concertalyis/` ,
169
+ } ,
170
+ {
171
+ text : 'Steve0Greatness' ,
172
+ image : `https://github.com/Steve0Greatness.png` ,
173
+ href : `https://github.com/Steve0Greatness/` ,
174
+ } ,
175
+ {
176
+ text : 'ilikecoding-197' ,
177
+ image : `https://github.com/ilikecoding-197.png` ,
178
+ href : `https://github.com/ilikecoding-197/` ,
179
+ } ,
180
+ {
181
+ text : 'NotEmbin' ,
182
+ image : `https://github.com/NotEmbin.png` ,
183
+ href : `https://github.com/NotEmbin/` ,
184
+ } ,
185
+ { // rx or ry single fix
186
+ text : 'NotCryptid' ,
187
+ image : `https://penguinmod.com/unknown_user.png` ,
188
+ href : `https://github.com/NotCryptid/` ,
189
+ } ,
142
190
// list could be missing some people, but theres not really a way to tell
143
- ] . map ( fromHardcodedGithub ) ;
191
+ ] ;
144
192
145
193
const pmApiDevelopers = [
146
194
'JeremyGamer13' ,
0 commit comments