From 9965abd33e759ab132669e9db81c837108e58029 Mon Sep 17 00:00:00 2001 From: YassinHajaj Date: Mon, 13 Oct 2025 11:49:56 +0200 Subject: [PATCH] Click on logo redirects to index.html instead of doing nothing The logo did a page refresh, but didn't navigate anywhere. Users would probably expect it to redirect to the home page. --- templates/base.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.ftl b/templates/base.ftl index ce63dd3..f8d57af 100644 --- a/templates/base.ftl +++ b/templates/base.ftl @@ -45,7 +45,7 @@