Skip to content

Commit 0955766

Browse files
committed
correction des liens rgpd et mentions légales
1 parent 115ef0d commit 0955766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pages/mentions_legales.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"""
3030

3131
if st.button("Questionnaire"):
32-
switch_page("main")
32+
switch_page("home")
3333
footer()

Pages/rgpd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"""
1414

1515
if st.button("Questionnaire"):
16-
switch_page("main")
16+
switch_page("home")
1717
footer()

0 commit comments

Comments
 (0)