Operations dashboard screens are added
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client"// app/dashboard/layout.tsx
|
||||
import Sidebar from "@/components/dashboard/sidebar";
|
||||
import Navbar from "@/components/dashboard/navbar";
|
||||
import Sidebar from "@/utils/sidebar";
|
||||
import Navbar from "@/utils/navbar";
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
export default function DashboardLayout({
|
||||
@@ -14,7 +14,7 @@ export default function DashboardLayout({
|
||||
<Sidebar />
|
||||
|
||||
<div className="flex-1 flex flex-col min-h-screen">
|
||||
{/* Shared Navbar */}
|
||||
{/*Common Navbar for every webpage */}
|
||||
<Navbar />
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ export default function DashboardLayout({
|
||||
</main>
|
||||
</div>
|
||||
|
||||
{/* Shared Ask AI Floating Button */}
|
||||
{/* Ask AI Floating Button common */}
|
||||
<button className="fixed bottom-4 right-4 z-40 flex items-center gap-2
|
||||
rounded-full bg-[#17d4bd] hover:bg-[#13b19e] px-4 py-2.5 text-xs
|
||||
font-bold text-[#05111d] transition shadow-lg shadow-[#17d4bd]/20">
|
||||
|
||||
Reference in New Issue
Block a user