mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
add amy and balazs to our customers table (#220)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
BIN
dashboard/15-final/public/customers/amy-burns.png
Normal file
BIN
dashboard/15-final/public/customers/amy-burns.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
BIN
dashboard/15-final/public/customers/balazs-orban.png
Normal file
BIN
dashboard/15-final/public/customers/balazs-orban.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 93 KiB |
Reference in New Issue
Block a user