why does it got o an external page: (External page)

This commit is contained in:
Leon Serfaty G
2025-09-01 07:19:07 +00:00
parent df76152248
commit df84075880
3 changed files with 3 additions and 3 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+3 -3
View File
@@ -21,7 +21,7 @@ import {
Mails,
Send,
ClipboardList,
ExternalLink,
Eye,
Workflow
} from "lucide-react"
import { Button } from "@/components/ui/button";
@@ -134,8 +134,8 @@ async function AdminLayout({
<div className="flex justify-end mb-4">
<Link href="/" passHref>
<Button variant="outline">
<ExternalLink className="mr-2 h-4 w-4" />
Go to Frontend
<Eye className="mr-2 h-4 w-4" />
View Live Site
</Button>
</Link>
</div>