"use client"; import { Button } from "@app/components/ui/button"; import { Card, CardContent } from "@app/components/ui/card"; import { ShieldCheck, Check, Ban, User, Settings, ArrowRight } from "lucide-react"; import { useTranslations } from "next-intl"; import Link from "next/link"; type ApprovalsEmptyStateProps = { orgId: string; }; export function ApprovalsEmptyState({ orgId }: ApprovalsEmptyStateProps) { const t = useTranslations(); return (
{t("approvalsEmptyStateDescription")}
{t( "approvalsEmptyStateStep1Description" )}
{t( "approvalsEmptyStateStep2Description" )}