Mise en ligne serveur dist
This commit is contained in:
parent
8094e445d4
commit
b7a2831ee3
@ -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 />}
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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 />} />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user