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

View File

@ -90,7 +90,7 @@ function GestionPagesACF() {
variant="h4"
sx={{ fontWeight: "bold", textAlign: "center", mb: 3 }}
>
📄 Gestion des Pages
📄 Gestion des Pages Services
</Typography>
<Button
startIcon={<Add />}

View File

@ -168,7 +168,7 @@ function Dashboard() {
<ArticleIcon fontSize="inherit" />
</IconButton>
<Typography variant="h6" sx={{ fontWeight: "bold" }}>
Gérer les Pages
Gérer les Pages Services
</Typography>
</CardContent>
</Card>

View File

@ -59,7 +59,7 @@ function YourApp() {
element={<ServiceDeux />}
/>
<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="/post/:slug" element={<PostDetails />} />
<Route path="/admin/posts" element={<PostList />} />