From 4f008527fec51f811571b4d8db42b9e58e252e1a Mon Sep 17 00:00:00 2001 From: nguyenquan9699 Date: Mon, 11 Mar 2024 19:01:25 +0700 Subject: [PATCH] fix Dependencies and a tags --- components/Dropdowns/IndexDropdown.js | 40 +- components/Dropdowns/PagesDropdown.js | 40 +- components/Navbars/AuthNavbar.js | 5 +- components/Navbars/IndexNavbar.js | 5 +- components/Sidebar/Sidebar.js | 50 +- package-lock.json | 21826 ++++++++++++++++++++++++ package.json | 14 +- pages/auth/login.js | 4 +- pages/landing.js | 4 +- styles/tailwind.css | 3896 +++-- 10 files changed, 24118 insertions(+), 1766 deletions(-) create mode 100644 package-lock.json diff --git a/components/Dropdowns/IndexDropdown.js b/components/Dropdowns/IndexDropdown.js index 87761c42..398c7ef6 100644 --- a/components/Dropdowns/IndexDropdown.js +++ b/components/Dropdowns/IndexDropdown.js @@ -43,45 +43,33 @@ const IndexDropdown = () => { > Admin Layout - - Dashboard - - - Settings - - - Tables - - - Maps -
{ > Auth Layout - - Login - - - Register -
{ > No Layout - - Landing - - - Profile -
diff --git a/components/Dropdowns/PagesDropdown.js b/components/Dropdowns/PagesDropdown.js index cabb6b72..c722fb81 100644 --- a/components/Dropdowns/PagesDropdown.js +++ b/components/Dropdowns/PagesDropdown.js @@ -43,45 +43,33 @@ const PagesDropdown = () => { > Admin Layout - - Dashboard - - - Settings - - - Tables - - - Maps -
{ > Auth Layout - - Login - - - Register -
{ > No Layout - - Landing - - - Profile -
diff --git a/components/Navbars/AuthNavbar.js b/components/Navbars/AuthNavbar.js index c267b593..372a43d3 100644 --- a/components/Navbars/AuthNavbar.js +++ b/components/Navbars/AuthNavbar.js @@ -11,13 +11,10 @@ export default function Navbar(props) {