Add WB logo image to all pages

Replace text "WB" placeholder with wb.png in topbar and login/register pages.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 18:02:03 +03:00
parent 773382a7bb
commit 1a06979120
7 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<nav class="topbar">
<div class="topbar__inner">
<a href="{{ url_for('index') }}" class="topbar__brand">
<span class="topbar__logo">WB</span>
<img src="{{ url_for('static', filename='wb.png') }}" class="topbar__logo-img" alt="WB">
<span class="topbar__name">Feedback</span>
</a>
<div class="topbar__nav">
+1 -1
View File
@@ -11,7 +11,7 @@
<nav class="topbar">
<div class="topbar__inner">
<a href="{{ url_for('index') }}" class="topbar__brand">
<span class="topbar__logo">WB</span>
<img src="{{ url_for('static', filename='wb.png') }}" class="topbar__logo-img" alt="WB">
<span class="topbar__name">Feedback</span>
</a>
<div class="topbar__nav">
+1 -1
View File
@@ -11,7 +11,7 @@
<nav class="topbar">
<div class="topbar__inner">
<a href="{{ url_for('index') }}" class="topbar__brand">
<span class="topbar__logo">WB</span>
<img src="{{ url_for('static', filename='wb.png') }}" class="topbar__logo-img" alt="WB">
<span class="topbar__name">Feedback</span>
</a>
<div class="topbar__nav">
+1 -1
View File
@@ -10,7 +10,7 @@
<div class="auth-shell">
<section class="auth-card">
<div class="auth-kicker">
<span class="auth-kicker-logo">WB</span>
<img src="{{ url_for('static', filename='wb.png') }}" class="auth-kicker-logo-img" alt="WB">
<span class="auth-kicker-text">Wildberries Feedback</span>
</div>
<h1>Добро пожаловать</h1>
+1 -1
View File
@@ -10,7 +10,7 @@
<div class="auth-shell">
<section class="auth-card">
<div class="auth-kicker">
<span class="auth-kicker-logo">WB</span>
<img src="{{ url_for('static', filename='wb.png') }}" class="auth-kicker-logo-img" alt="WB">
<span class="auth-kicker-text">Wildberries Feedback</span>
</div>
<h1>Запрос доступа</h1>