From 36d770802a4a525bc7703fab7249e60a4e5f1b41 Mon Sep 17 00:00:00 2001 From: Chanuka Lakshan Chandra Yapa <118423471+Chanuka-ChandraYapa@users.noreply.github.com> Date: Tue, 12 Sep 2023 22:29:37 +0530 Subject: [PATCH] dashboard update --- src/layouts/dashboard/index.js | 32 ++++++++++++++++---------------- src/layouts/landing/App.js | 31 ++++++++++++++----------------- 2 files changed, 30 insertions(+), 33 deletions(-) diff --git a/src/layouts/dashboard/index.js b/src/layouts/dashboard/index.js index 90866c9..772bdb8 100644 --- a/src/layouts/dashboard/index.js +++ b/src/layouts/dashboard/index.js @@ -46,7 +46,7 @@ function Dashboard() { - + - + - + - + {/* - + */} {/* diff --git a/src/layouts/landing/App.js b/src/layouts/landing/App.js index 31aefd1..e528d12 100644 --- a/src/layouts/landing/App.js +++ b/src/layouts/landing/App.js @@ -5,28 +5,25 @@ import Access from "./Page/Access"; import Supercharge from "./Page/Supercharge"; import Agents from "./Page/Agents"; import Action from "./Page/Action"; -import Footer from "./Page/Footer"; +// import Footer from "./Page/Footer"; import "./index.css"; -import DashboardLayout from "examples/LayoutContainers/DashboardLayout"; -import DashboardNavbar from "examples/Navbars/DashboardNavbar"; +// import DashboardLayout from "examples/LayoutContainers/DashboardLayout"; +// import DashboardNavbar from "examples/Navbars/DashboardNavbar"; function App() { return ( - - -
-
- - - - - - -
+
+
+ + + + + + +
-
-
- + {/*
); }