fix: update URL for "About" page

This commit is contained in:
2026-07-07 23:07:24 +02:00
parent c0d73f86c0
commit bb10764178
@@ -11,5 +11,5 @@ enum class WebPage(
val url: String,
) {
DEEPEN("https://ksk.bzh/fr/chom-bev-approfondir/"),
ABOUT("https://ksk.bzh/contact"),
ABOUT("https://ksk.bzh/fr/chom-bev-a-propos/"),
}