done
This commit is contained in:
parent
0d7e7d8ab7
commit
53400d82ed
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -98,8 +98,9 @@ const App = () => {
|
||||||
<Route
|
<Route
|
||||||
path="/admineditproperty/:id"
|
path="/admineditproperty/:id"
|
||||||
element={
|
element={
|
||||||
|
<ProtectedRoute>
|
||||||
<EditProperty />
|
<EditProperty />
|
||||||
|
</ProtectedRoute>
|
||||||
|
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue