Merge branch 'dev2' into dev

# Conflicts:
#	CHANGELOG.md
#	pyproject.toml
#	src/assets/css/style.css
#	src/pages/_apropos_shell.py
#	uv.lock
This commit is contained in:
Colin Maudry
2026-06-26 18:27:24 +02:00
6 changed files with 15 additions and 8 deletions
+3 -1
View File
@@ -221,7 +221,9 @@ navbar = dbc.Navbar(
dbc.NavItem(
dbc.NavLink(
page["name"].replace(" ", " "),
href=page["relative_path"],
href=page["relative_path"] + "/presentation"
if page["name"] == "À propos"
else page["relative_path"],
active="exact",
)
)