fix(ui): make logo clickable on profile, admin, and shared pages
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 <a href='/'> links.
Fixes #97
This commit is contained in:
+2
-2
@@ -125,11 +125,11 @@ body{background:#f5f7fa;color:#1e293b;min-height:100vh;display:flex;flex-directi
|
||||
<!-- Header -->
|
||||
<div class="profile-header">
|
||||
<div class="profile-header-left">
|
||||
<div class="profile-logo">
|
||||
<a href="/" class="profile-logo" style="text-decoration:none">
|
||||
<svg viewBox="0 0 500 500">
|
||||
<path d="M345 310c32 0 58-26 58-58s-26-58-58-58c-6.2 0-12 0.9-17.5 2.7C318 166 289 143 255 143c-34.3 0-63.1 22.6-73 53.7C176.9 195.7 171 195 165 195c-32 0-58 26-58 58s26 58 58 58h180z"/>
|
||||
</svg>
|
||||
</div>
|
||||
</a>
|
||||
<div class="profile-title">OxiCloud <span>· Profile</span></div>
|
||||
</div>
|
||||
<div class="profile-header-right">
|
||||
|
||||
Reference in New Issue
Block a user