add bureauEtude

This commit is contained in:
sebvtl728
2025-01-23 23:27:53 +01:00
parent c3ab2b54ca
commit 81ac3d831e
3 changed files with 212 additions and 0 deletions
+13
View File
@@ -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"