Mise en ligne serveur dist
This commit is contained in:
@@ -90,7 +90,7 @@ function GestionPagesACF() {
|
|||||||
variant="h4"
|
variant="h4"
|
||||||
sx={{ fontWeight: "bold", textAlign: "center", mb: 3 }}
|
sx={{ fontWeight: "bold", textAlign: "center", mb: 3 }}
|
||||||
>
|
>
|
||||||
📄 Gestion des Pages
|
📄 Gestion des Pages Services
|
||||||
</Typography>
|
</Typography>
|
||||||
<Button
|
<Button
|
||||||
startIcon={<Add />}
|
startIcon={<Add />}
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ function Dashboard() {
|
|||||||
<ArticleIcon fontSize="inherit" />
|
<ArticleIcon fontSize="inherit" />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
<Typography variant="h6" sx={{ fontWeight: "bold" }}>
|
<Typography variant="h6" sx={{ fontWeight: "bold" }}>
|
||||||
Gérer les Pages
|
Gérer les Pages Services
|
||||||
</Typography>
|
</Typography>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ function YourApp() {
|
|||||||
element={<ServiceDeux />}
|
element={<ServiceDeux />}
|
||||||
/>
|
/>
|
||||||
<Route path="/services/electricite" element={<ServiceTrois />} />
|
<Route path="/services/electricite" element={<ServiceTrois />} />
|
||||||
<Route path="/services/ssi" element={<ServiceQuatre />} />
|
<Route path="/services/service-securite-incendie" element={<ServiceQuatre />} />
|
||||||
<Route path="/admin/create-post" element={<CreatePost />} />
|
<Route path="/admin/create-post" element={<CreatePost />} />
|
||||||
<Route path="/post/:slug" element={<PostDetails />} />
|
<Route path="/post/:slug" element={<PostDetails />} />
|
||||||
<Route path="/admin/posts" element={<PostList />} />
|
<Route path="/admin/posts" element={<PostList />} />
|
||||||
|
|||||||
Reference in New Issue
Block a user