We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9e9b28 + 82311d2 commit 05427ebCopy full SHA for 05427eb
2 files changed
public/img/bios/dev-agrawal.jpeg
24.6 KB
src/pages/Contributors.data.ts
@@ -3,7 +3,7 @@ const core = [
3
img: 'ryan-carniato.jpeg',
4
github: 'ryansolid',
5
name: 'Ryan Carniato',
6
- role: 'Project Founder / Principal Engineer @ Netlify',
+ role: 'Project Founder / OSS Engineer @ Sentry',
7
bio: 'Front-end JS performance enthusiast and long time super-fan of fine-grained reactive programming.',
8
},
9
{
@@ -41,6 +41,13 @@ const core = [
41
role: 'Solid Start Contributor',
42
bio: 'Founder and CTO at Qwerty as well as a self-proclaimed developer tools maniac.',
43
44
+ {
45
+ img: 'dev-agrawal.jpeg',
46
+ github: 'devagrawal09',
47
+ name: 'Dev Agrawal',
48
+ role: 'Solid Start Contributor',
49
+ bio: 'Builds and also teaches how-to-build awesome full-stack applications.',
50
+ },
51
] as const;
52
53
const translators = [
0 commit comments