From c7fe075e7f6cbb48aecbf33ff1e79bff259b6bf5 Mon Sep 17 00:00:00 2001 From: Dionisio Date: Fri, 13 Feb 2026 22:37:31 +0100 Subject: [PATCH] fix(ui): make logo clickable on profile, admin, and shared pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to ce9971b — the logo was only fixed in index.html. Now profile.html, admin.html, and shared.html also wrap their logo elements in links. Fixes #97 --- static/admin.html | 4 ++-- static/profile.html | 4 ++-- static/shared.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/static/admin.html b/static/admin.html index 6a334879..3dbb17b7 100644 --- a/static/admin.html +++ b/static/admin.html @@ -201,11 +201,11 @@ details[open] summary{margin-bottom:14px;color:#ff5e3a}
-
OxiCloud · Admin
diff --git a/static/profile.html b/static/profile.html index 37d9af5e..478a8739 100644 --- a/static/profile.html +++ b/static/profile.html @@ -125,11 +125,11 @@ body{background:#f5f7fa;color:#1e293b;min-height:100vh;display:flex;flex-directi
-
OxiCloud · Profile
diff --git a/static/shared.html b/static/shared.html index 3ba0da8d..85cd8b16 100644 --- a/static/shared.html +++ b/static/shared.html @@ -11,14 +11,14 @@