Add ses hook parser to capture all the events
This commit is contained in:
@@ -2,6 +2,7 @@ import Link from "next/link";
|
||||
import { redirect } from "next/navigation";
|
||||
import {
|
||||
Bell,
|
||||
BellRing,
|
||||
CircleUser,
|
||||
Globe,
|
||||
Home,
|
||||
@@ -10,6 +11,7 @@ import {
|
||||
LineChart,
|
||||
Mail,
|
||||
Menu,
|
||||
MessageSquareMore,
|
||||
Package,
|
||||
Package2,
|
||||
Search,
|
||||
@@ -85,6 +87,16 @@ export default async function AuthenticatedDashboardLayout({
|
||||
Domains
|
||||
</NavButton>
|
||||
|
||||
<NavButton href="/sms" comingSoon>
|
||||
<MessageSquareMore className="h-4 w-4" />
|
||||
SMS
|
||||
</NavButton>
|
||||
|
||||
<NavButton href="/sms" comingSoon>
|
||||
<BellRing className="h-4 w-4" />
|
||||
Push notification
|
||||
</NavButton>
|
||||
|
||||
<NavButton href="/api-keys">
|
||||
<KeyRound className="h-4 w-4" />
|
||||
API keys
|
||||
|
Reference in New Issue
Block a user