added missing assset

This commit is contained in:
pramod mahajan 2025-09-11 10:51:46 +05:30
parent 79553cab4e
commit b51b3db9ec
2 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,7 @@
nav.layout-navbar {
/* backdrop-filter: unset; */
/* background-color: transparent !important; */
background-color: rgba(214, 36, 33, 0.88) !important;
/* background-color: rgba(214, 36, 33, 0.88) !important; */
}
nav.layout-navbar::before {

View File

@ -49,6 +49,7 @@ import MainResetPasswordPage from "../pages/authentication/MainResetPasswordPage
import TenantPage from "../pages/Tenant/TenantPage";
import { Navigate } from "react-router-dom";
import CreateTenant from "../pages/Tenant/CreateTenant";
import LandingPage from "../pages/Home/LandingPage";
const router = createBrowserRouter(
[
{