From 0f08d62ef8dd137cf5e2dda4b6e7d6dc9a45c4c9 Mon Sep 17 00:00:00 2001 From: Leon Serfaty G Date: Fri, 18 Jul 2025 04:17:40 +0000 Subject: [PATCH] the button should appear no matter what tab you are looking at --- src/app/admin/layout.tsx | 11 ++++++++++- src/app/admin/leads/page.tsx | 6 ------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/admin/layout.tsx b/src/app/admin/layout.tsx index c273de3..617b617 100644 --- a/src/app/admin/layout.tsx +++ b/src/app/admin/layout.tsx @@ -24,7 +24,8 @@ import { Code2, Mails, Send, - ClipboardList + ClipboardList, + ExternalLink } from "lucide-react" import { Button } from "@/components/ui/button"; import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"; @@ -118,6 +119,14 @@ function AdminLayout({
+
+ + + +
{children}
diff --git a/src/app/admin/leads/page.tsx b/src/app/admin/leads/page.tsx index 247a9c5..69b89d0 100644 --- a/src/app/admin/leads/page.tsx +++ b/src/app/admin/leads/page.tsx @@ -32,12 +32,6 @@ export default async function LeadsPage() { A list of all the users who have requested an estimate.

- - -