Skip to content

Commit 274369b

Browse files
committed
update docs for app icon
1 parent 30663e5 commit 274369b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/src/components/mdx/app-card.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { ALL_APPS, AppId } from "@stackframe/stack-shared/dist/apps/apps-config";
44
import { AppIcon, appSquarePaddingExpression, appSquareWidthExpression } from "@stackframe/stack-shared/dist/apps/apps-ui";
5-
import { BarChart3, ClipboardList, CreditCard, KeyRound, Mail, Mails, Rocket, ShieldCheck, ShieldEllipsis, Sparkles, Triangle, Tv, UserCog, Users, Vault, Webhook } from "lucide-react";
5+
import { BarChart3, ClipboardList, CreditCard, Headset, KeyRound, Mail, Mails, Rocket, ShieldCheck, ShieldEllipsis, Sparkles, Triangle, Tv, UserCog, Users, Vault, Webhook } from "lucide-react";
66
import Link from "next/link";
77
import { cn } from "../../lib/cn";
88

@@ -20,6 +20,7 @@ const APP_ICONS: Record<AppId, React.FunctionComponent<React.SVGProps<SVGSVGElem
2020
"api-keys": KeyRound,
2121
payments: CreditCard,
2222
emails: Mail,
23+
support: Headset,
2324
"email-api": Mails,
2425
"data-vault": Vault,
2526
webhooks: Webhook,

0 commit comments

Comments
 (0)