fix: replace sad face SVG with Norda logo on 500 error page
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c4ac949369
commit
f886bfcea0
@ -55,11 +55,7 @@
|
||||
</p>
|
||||
|
||||
<div class="error-illustration">
|
||||
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="100" cy="100" r="80" stroke="currentColor" stroke-width="4" opacity="0.2"/>
|
||||
<path d="M70 90 L70 90M130 90 L130 90M70 140 L130 140" stroke="currentColor" stroke-width="4" stroke-linecap="round" opacity="0.3"/>
|
||||
<path d="M85 120 L115 120" stroke="currentColor" stroke-width="4" stroke-linecap="round" opacity="0.3"/>
|
||||
</svg>
|
||||
<img src="{{ url_for('static', filename='img/norda-logo.svg') }}" alt="Norda Biznes" style="height:80px;opacity:0.4;">
|
||||
</div>
|
||||
|
||||
<div class="error-actions">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user