converting all parts to glassmorphism

This commit is contained in:
Bhakti
2025-02-22 18:42:03 +05:30
parent 355f13b33d
commit d5086e21ae
5 changed files with 60 additions and 72 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
import { useDispatch, useSelector } from "react-redux";
import "./App.css";
import Navbar from "./components/Navbar";
//import Navbar from "./components/Navbar";
import Navbar2 from "./components/Navbar2";
import { useEffect } from "react";
import { userSliceActions } from "./store/userSlice";
@@ -36,7 +37,7 @@ function App() {
return (
<>
<div className="w-full h-auto flex-col relative">
<Navbar />
<Navbar2 />
<Outlet />
<div
className={`${