This commit is contained in:
omkieit 2024-11-08 19:05:35 +05:30
parent 0d7e7d8ab7
commit 53400d82ed
4 changed files with 22 additions and 21 deletions

File diff suppressed because one or more lines are too long

View File

@ -54,7 +54,7 @@
<!-- Custom styles for this template--> <!-- Custom styles for this template-->
<link href="css/sb-admin-2.min.css" rel="stylesheet"> <link href="css/sb-admin-2.min.css" rel="stylesheet">
<script type="module" crossorigin src="/assets/index-BPQs8JJk.js"></script> <script type="module" crossorigin src="/assets/index-NQYOhmIv.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BH_0_em5.css"> <link rel="stylesheet" crossorigin href="/assets/index-BH_0_em5.css">
</head> </head>

View File

@ -98,8 +98,9 @@ const App = () => {
<Route <Route
path="/admineditproperty/:id" path="/admineditproperty/:id"
element={ element={
<ProtectedRoute>
<EditProperty /> <EditProperty />
</ProtectedRoute>
} }
/> />

View File

@ -319,7 +319,7 @@ Welcome to the Dashboard
<div <div
id="content-wrapper" id="content-wrapper"
className="content col-12" className="content col-12"
style={{ padding: "20px", maxwidth: "500%" }} style={{ paddingRight: "40px", maxwidth: "100%" }}
> >
{/* Main Content */} {/* Main Content */}
<div className="main-content">{renderContent()}</div> <div className="main-content">{renderContent()}</div>