Seth commited on
Commit ·
dc44b00
1
Parent(s): 0d1d7a2
Update
Browse files
src/components/SuggestionCards.tsx
CHANGED
|
@@ -13,11 +13,11 @@ const CARDS = [
|
|
| 13 |
"Create a request for 50 ergonomic office chairs for the NY HQ.",
|
| 14 |
},
|
| 15 |
{
|
| 16 |
-
icon: "
|
| 17 |
-
title: "
|
| 18 |
-
hint: "
|
| 19 |
prompt:
|
| 20 |
-
"
|
| 21 |
},
|
| 22 |
];
|
| 23 |
|
|
|
|
| 13 |
"Create a request for 50 ergonomic office chairs for the NY HQ.",
|
| 14 |
},
|
| 15 |
{
|
| 16 |
+
icon: "laptop_mac" as const,
|
| 17 |
+
title: "IT rollout",
|
| 18 |
+
hint: "Create a request for 25 developer laptops and docks for the engineering team in Austin.",
|
| 19 |
prompt:
|
| 20 |
+
"Create a request for 25 developer laptops and docks for the engineering team in Austin.",
|
| 21 |
},
|
| 22 |
];
|
| 23 |
|