add bureauEtude
This commit is contained in:
@@ -213,6 +213,19 @@ const Header = () => {
|
||||
>
|
||||
À Propos
|
||||
</Button>
|
||||
<Button
|
||||
component={Link}
|
||||
to="/bureauEtude"
|
||||
color="inherit"
|
||||
sx={{
|
||||
fontWeight: location.pathname === "/bureauEtude" ? "bold" : "normal",
|
||||
textDecoration:
|
||||
location.pathname === "/bureauEtude" ? "underline" : "none",
|
||||
...commonButtonStyles,
|
||||
}}
|
||||
>
|
||||
Bureau d'étude
|
||||
</Button>
|
||||
<Button
|
||||
component={Link}
|
||||
to="/contact"
|
||||
|
||||
Reference in New Issue
Block a user