Merge branch 'features/footer' into 'dev'

Features/footer

See merge request sae-but2/2025-26/gestion-benevoles-association/Frontend!64
This commit is contained in:
JOSSERAND GIOVANNI p2405212
2026-01-14 08:04:28 +00:00
10 changed files with 345 additions and 25 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function scrollToTop () {
window.scrollTo({ top: 0, left: 0, behavior: 'smooth' });
};