Spaces:
Running
Running
Update src/templates/base.html
Browse files- src/templates/base.html +8 -3
src/templates/base.html
CHANGED
|
@@ -400,9 +400,14 @@ input:focus { outline: none; border-color: var(--accent-green); }
|
|
| 400 |
|
| 401 |
<div class="header">
|
| 402 |
<h1>
|
| 403 |
-
|
| 404 |
-
|
| 405 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 406 |
</h1>
|
| 407 |
<div style="display: flex; align-items: center; gap: 5px;">
|
| 408 |
|
|
|
|
| 400 |
|
| 401 |
<div class="header">
|
| 402 |
<h1>
|
| 403 |
+
<a href="{{ url_for('main.home') if session.get('user_id') else url_for('main.index') }}"
|
| 404 |
+
style="display: flex; align-items: center; gap: 12px;">
|
| 405 |
+
<img src="{{ url_for('static', filename='logo.svg') }}" style="height: 32px; width: auto;" alt="Q">
|
| 406 |
+
<span style="font-weight: 800; font-size: 1.4rem; color: #fff; letter-spacing: -0.5px;">
|
| 407 |
+
Quant<span style="color: var(--accent-green);">VAT</span>
|
| 408 |
+
</span>
|
| 409 |
+
</a>
|
| 410 |
+
|
| 411 |
</h1>
|
| 412 |
<div style="display: flex; align-items: center; gap: 5px;">
|
| 413 |
|