maj template page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React, { useState } from "react";
|
||||
import { useState } from "react";
|
||||
import {
|
||||
AppBar,
|
||||
Toolbar,
|
||||
@@ -179,7 +179,7 @@ const Header = () => {
|
||||
</MenuItem>
|
||||
<MenuItem
|
||||
component={Link}
|
||||
to="/services/formation-video"
|
||||
to="/services/electricite"
|
||||
onClick={handleMenuClose}
|
||||
>
|
||||
<WorkIcon sx={{ marginRight: 1}} />
|
||||
@@ -350,25 +350,26 @@ const Header = () => {
|
||||
<WorkIcon sx={{ marginRight: 0.5 }} />
|
||||
<ListItemText primary="Prestation maitrise oeuvre" />
|
||||
</ListItem>
|
||||
|
||||
<ListItem
|
||||
button
|
||||
component={Link}
|
||||
to="/services/formation-ia"
|
||||
selected={location.pathname.includes("/services/formation-ia")}
|
||||
to="/services/structure-beton-charpente-metallique-bois"
|
||||
selected={location.pathname.includes("/services/structure-beton-charpente-metallique-bois")}
|
||||
>
|
||||
<WorkIcon sx={{ marginRight: 0.5 }} />
|
||||
<ListItemText primary="Formation IA" />
|
||||
<ListItemText primary="Structure beton..." />
|
||||
</ListItem>
|
||||
<ListItem
|
||||
button
|
||||
component={Link}
|
||||
to="/services/formation-video"
|
||||
to="/services/electricite"
|
||||
selected={location.pathname.includes(
|
||||
"/services/formation-video"
|
||||
"/services/electricite"
|
||||
)}
|
||||
>
|
||||
<WorkIcon sx={{ marginRight: 0.5 }} />
|
||||
<ListItemText primary="Formation Video" />
|
||||
<ListItemText primary="Electricité..." />
|
||||
</ListItem>
|
||||
<ListItem
|
||||
button
|
||||
|
||||
Reference in New Issue
Block a user