mirror of https://github.com/razor-ai/soup.git
fix: restore /static/ prefix for logo path in Web UI
This commit is contained in:
parent
d6a7e3f816
commit
7aa390b760
|
|
@ -11,7 +11,7 @@
|
|||
<div class="app">
|
||||
<!-- Sidebar -->
|
||||
<aside class="sidebar">
|
||||
<div class="sidebar-logo"><img src="logo.png" alt="Soup">Soup</div>
|
||||
<div class="sidebar-logo"><img src="/static/logo.png" alt="Soup">Soup</div>
|
||||
<nav class="sidebar-nav">
|
||||
<button class="nav-item active" data-page="dashboard" onclick="navigate('dashboard')">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="7" height="7"/><rect x="14" y="3" width="7" height="7"/><rect x="3" y="14" width="7" height="7"/><rect x="14" y="14" width="7" height="7"/></svg>
|
||||
|
|
|
|||
Loading…
Reference in New Issue