From 2d07d21ebbca28e044b711a6ad82cfbe9c29c4a9 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Tue, 9 Jul 2024 11:21:08 +0200 Subject: [PATCH] Fix sidebar openHAB logo href to avoid repeated navigation to home page (#2657) When clicking repeatedly on the openHAB logo in the sidebar, the overview page was opened over and over again because it now resides under the `/overview` path. By adjusting the href to `/overview`, this is fixed. Signed-off-by: Florian Hotze --- bundles/org.openhab.ui/web/src/components/app.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.ui/web/src/components/app.vue b/bundles/org.openhab.ui/web/src/components/app.vue index 5d1db1d8e..e3700471f 100644 --- a/bundles/org.openhab.ui/web/src/components/app.vue +++ b/bundles/org.openhab.ui/web/src/components/app.vue @@ -3,12 +3,12 @@ -