Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 22:48:48 +00:00
co-authored by renee-png
parent cbd1f2b38e
commit af033b6562
5 changed files with 33 additions and 12 deletions
+3 -2
View File
@@ -6,8 +6,9 @@ import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
import { Loader2, Scale } from "lucide-react";
import { Loader2 } from "lucide-react";
import { toast } from "sonner";
import { JusticeIcon } from "@/components/justice-icon";
export const Route = createFileRoute("/setup")({
component: SetupPage,
@@ -92,7 +93,7 @@ function SetupPage() {
<Card className="w-full max-w-md">
<CardHeader>
<div className="flex items-center gap-2 mb-2">
<Scale className="h-5 w-5 text-primary" />
<JusticeIcon className="h-5 w-5" />
<span className="font-serif text-lg">Counsel</span>
</div>
<CardTitle className="font-serif text-2xl">Create founding admin</CardTitle>