ui: replace logo with logo2.png, bump cache buster to v=3

This commit is contained in:
2026-07-26 13:10:32 +00:00
parent 6f7f28408d
commit 0fe2f7d9a9
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<body>
<header class="header">
<div style="display:flex; align-items:center; gap:0.6rem;">
<a href="https://4mont.ru"><img src="/static/logo.png?v=2" alt="MONT" class="header-logo" /></a>
<a href="https://4mont.ru"><img src="/static/logo.png?v=3" alt="MONT" class="header-logo" /></a>
<div>MONT - инфрастуктурный полигон | Админ: {{ admin.username }}</div>
</div>
<a href="/" class="btn-link secondary">Главная панель</a>