Landing page redesign, dashboard improvements & new settings sections #67

Merged
uz1mani merged 60 commits from staging into main 2026-03-22 16:17:38 +00:00
61 changed files with 8038 additions and 1550 deletions
Showing only changes of commit 185cb8699f - Show all commits

View File

@@ -40,7 +40,7 @@ function SlackIcon({ size = 16, color = '#4A154B' }: { size?: number; color?: st
const CHANNEL_ICONS: Record<string, React.ReactNode> = {
email: <Envelope className="w-4 h-4" />,
slack: <SlackIcon size={16} color="#E01E5A" />,
slack: <SlackIcon size={16} color="#fff" />,
discord: <SiDiscord size={16} color="#5865F2" />,
webhook: <WebhooksLogo className="w-4 h-4" />,
}