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
@@ -11,14 +11,14 @@
|
||||
<body>
|
||||
<!-- Main layout similar to index.html -->
|
||||
<div class="sidebar">
|
||||
<div class="logo-container">
|
||||
<a href="/" class="logo-container" style="text-decoration:none;color:inherit;">
|
||||
<div class="logo">
|
||||
<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" fill="#fff"/>
|
||||
</svg>
|
||||
</div>
|
||||
<div class="app-name">OxiCloud</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<div class="nav-menu">
|
||||
<a href="/" class="nav-item">
|
||||
|
||||
Reference in New Issue
Block a user