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, Mails,
Send, Send,
ClipboardList, ClipboardList,
ExternalLink, Eye,
Workflow Workflow
} from "lucide-react" } from "lucide-react"
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";
@@ -134,8 +134,8 @@ async function AdminLayout({
<div className="flex justify-end mb-4"> <div className="flex justify-end mb-4">
<Link href="/" passHref> <Link href="/" passHref>
<Button variant="outline"> <Button variant="outline">
<ExternalLink className="mr-2 h-4 w-4" /> <Eye className="mr-2 h-4 w-4" />
Go to Frontend View Live Site
</Button> </Button>
</Link> </Link>
</div> </div>