Maj des Pages services
This commit is contained in:
@@ -169,6 +169,7 @@ const Header = () => {
|
||||
<WorkIcon sx={{ marginRight: 1 }} />
|
||||
Prestation maitrise oeuvre
|
||||
</MenuItem>
|
||||
|
||||
<MenuItem
|
||||
component={Link}
|
||||
to="/services/structure-beton-charpente-metallique-bois"
|
||||
@@ -177,6 +178,7 @@ const Header = () => {
|
||||
<WorkIcon sx={{ marginRight: 1 }} />
|
||||
Structure béton | charpente métallique / bois
|
||||
</MenuItem>
|
||||
|
||||
<MenuItem
|
||||
component={Link}
|
||||
to="/services/electricite"
|
||||
@@ -185,6 +187,16 @@ const Header = () => {
|
||||
<WorkIcon sx={{ marginRight: 1}} />
|
||||
Électricité
|
||||
</MenuItem>
|
||||
|
||||
<MenuItem
|
||||
component={Link}
|
||||
to="/services/ssi"
|
||||
onClick={handleMenuClose}
|
||||
>
|
||||
<WorkIcon sx={{ marginRight: 1}} />
|
||||
Systeme Sécurité Incendie (SSI)
|
||||
</MenuItem>
|
||||
|
||||
</Menu>
|
||||
|
||||
<Button
|
||||
@@ -360,6 +372,7 @@ const Header = () => {
|
||||
<WorkIcon sx={{ marginRight: 0.5 }} />
|
||||
<ListItemText primary="Structure beton..." />
|
||||
</ListItem>
|
||||
|
||||
<ListItem
|
||||
button
|
||||
component={Link}
|
||||
@@ -371,6 +384,19 @@ const Header = () => {
|
||||
<WorkIcon sx={{ marginRight: 0.5 }} />
|
||||
<ListItemText primary="Electricité..." />
|
||||
</ListItem>
|
||||
|
||||
<ListItem
|
||||
button
|
||||
component={Link}
|
||||
to="/services/ssi"
|
||||
selected={location.pathname.includes(
|
||||
"/services/ssi"
|
||||
)}
|
||||
>
|
||||
<WorkIcon sx={{ marginRight: 0.5 }} />
|
||||
<ListItemText primary="SSI..." />
|
||||
</ListItem>
|
||||
|
||||
<ListItem
|
||||
button
|
||||
component={Link}
|
||||
@@ -380,6 +406,7 @@ const Header = () => {
|
||||
<ArticleIcon sx={{ marginRight: 0.5 }} />
|
||||
<ListItemText primary="Réalisations" />
|
||||
</ListItem>
|
||||
|
||||
<ListItem
|
||||
button
|
||||
component={Link}
|
||||
@@ -389,6 +416,7 @@ const Header = () => {
|
||||
<InfoIcon sx={{ marginRight: 0.5 }} />
|
||||
<ListItemText primary="À propos" />
|
||||
</ListItem>
|
||||
|
||||
<ListItem
|
||||
button
|
||||
component={Link}
|
||||
@@ -398,6 +426,7 @@ const Header = () => {
|
||||
<ContactMailIcon sx={{ marginRight: 0.5 }} />
|
||||
<ListItemText primary="Contact" />
|
||||
</ListItem>
|
||||
|
||||
</List>
|
||||
</Box>
|
||||
</Drawer>
|
||||
|
||||
Reference in New Issue
Block a user