ajout partenaires et équipe

This commit is contained in:
Valentin
2024-11-15 13:33:36 +01:00
parent 9370996c03
commit 77817ab74c
8 changed files with 386 additions and 226 deletions

View File

@@ -35,7 +35,7 @@ export async function handleBrowserNavigation(store, baseUrl, siteName, mapStore
pageChange(href, store, siteName, mapStore, baseUrl)
}
async function pageChange(href, store, siteName, mapStore, baseUrl) {
export async function pageChange(href, store, siteName, mapStore, baseUrl) {
if (href === '/') {
store.resetStore(true);
document.title = siteName;