Skip to content

Commit 05427eb

Browse files
committed
Merge branch 'main' into deploy-prod
2 parents f9e9b28 + 82311d2 commit 05427eb

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

public/img/bios/dev-agrawal.jpeg

24.6 KB
Loading

src/pages/Contributors.data.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const core = [
33
img: 'ryan-carniato.jpeg',
44
github: 'ryansolid',
55
name: 'Ryan Carniato',
6-
role: 'Project Founder / Principal Engineer @ Netlify',
6+
role: 'Project Founder / OSS Engineer @ Sentry',
77
bio: 'Front-end JS performance enthusiast and long time super-fan of fine-grained reactive programming.',
88
},
99
{
@@ -41,6 +41,13 @@ const core = [
4141
role: 'Solid Start Contributor',
4242
bio: 'Founder and CTO at Qwerty as well as a self-proclaimed developer tools maniac.',
4343
},
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+
},
4451
] as const;
4552

4653
const translators = [

0 commit comments

Comments
 (0)