We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f43ac3 commit 896af27Copy full SHA for 896af27
src/components/Sponsors.js
@@ -32,18 +32,17 @@ const ProjectsList = [
32
33
const currentDonators = ['Just Epic',
34
'Brian McGonagill',
35
- 'Brian',
36
'Satya Sinha',
37
'Zizaco Zizuini',
38
'Nchinda',
39
- 'Varun Suryawanshi',
40
- 'Thomas Sham'];
+ 'Tom S'];
41
42
const pastDonators = [
43
'Jeremiah',
44
'Louis Couture',
45
'BenStigsen',
46
- 'Jarred'];
+ 'Jarred',
+ 'Varun Suryawanshi'];
47
48
function Sponsor({sponsor}) {
49
return (
0 commit comments