Mise en ligne serveur dist

This commit is contained in:
sebvtl728
2025-02-11 17:49:29 +01:00
parent 8094e445d4
commit b7a2831ee3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 />}
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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 />} />