why does it got o an external page: (External page)
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user