Seth commited on
Commit
dc44b00
·
1 Parent(s): 0d1d7a2
Files changed (1) hide show
  1. src/components/SuggestionCards.tsx +4 -4
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: "bar_chart" as const,
17
- title: "Vendor Comparison",
18
- hint: "Compare the top 3 cloud service providers by security compliance.",
19
  prompt:
20
- "Compare the top 3 cloud service providers by security compliance.",
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