add amy and balazs to our customers table (#220)

This commit is contained in:
Stephanie Dietz
2023-10-24 15:55:49 -06:00
committed by GitHub
parent 26203163d0
commit adb37fa72e
3 changed files with 12 additions and 0 deletions

View File

@@ -57,6 +57,18 @@ const customers = [
email: 'emil@kowalski.com',
image_url: '/customers/emil-kowalski.png',
},
{
id: 'CC27C14A-0ACF-4F4A-A6C9-D45682C144B9',
name: 'Amy Burns',
email: 'amy.burns@vercel.com',
image_url: '/customers/amy-burns.png',
},
{
id: '13D07535-C59E-4157-A011-F8D2EF4E0CBB',
name: 'Balazs Orban',
email: 'balazs.orban@vercel.com',
image_url: '/customers/balazs-orban.png',
},
];
const invoices = [

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB