This commit is contained in:
Alex Mullans 2025-04-15 10:26:19 -04:00 committed by GitHub
commit fa6e3f69cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

View file

@ -356,6 +356,14 @@ const Users: User[] = [
source: 'https://github.com/djamaile/portfolio',
tags: ['opensource', 'personal'],
},
{
title: 'DoorDash Developer',
description: 'APIs & SDKs for local delivery powered by DoorDash',
preview: require('./showcase/doordash.png'),
website: 'https://developer.doordash.com/',
source: null,
tags: ['product', 'design', 'i18n'],
},
{
title: 'Draft.js',
description: 'Rich Text Editor Framework for React',