diff --git a/frontend/src/components/workspace.tsx b/frontend/src/components/workspace.tsx index 9aef046aa..804bd8c30 100644 --- a/frontend/src/components/workspace.tsx +++ b/frontend/src/components/workspace.tsx @@ -6,6 +6,7 @@ import { Globe, Mail, Send, + ShieldAlert, Sparkles, Split, Webhook @@ -73,7 +74,7 @@ export function Workspace({ title: "Webhook", label: "", icon: Webhook, - variant: "default", + variant: "ghost", }, { title: "HTTP Request", @@ -93,6 +94,12 @@ export function Workspace({ icon: Split, variant: "ghost", }, + { + title: "Open Case", + label: "", + icon: ShieldAlert, + variant: "ghost", + }, { title: "Receive Email", label: "",