fix: SVG arc path typo in admin icon + remove unused favicon-512 preload
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

1. Fixed missing rx parameter in SVG arc command (a2 0 → a2 2 0)
   that caused console error on every page load
2. Removed preload of favicon-512.png — only used in meta tags,
   not rendered on page, causing "preloaded but not used" warning

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-04-08 17:33:39 +02:00
parent e61ef6fb7a
commit fb6edadbfe

View File

@ -31,9 +31,6 @@
<link rel="alternate" type="application/rss+xml" title="Norda Biznes — Aktualności" href="/feed/news.xml">
<link rel="alternate" type="application/rss+xml" title="Norda Biznes — PEJ" href="/feed/pej.xml">
<!-- Preload critical resources for LCP optimization -->
<link rel="preload" href="{{ url_for('static', filename='img/favicon-512.png') }}" as="image">
<!-- Fonts - Poppins (self-hosted, preloaded for minimal CLS) -->
<link rel="preload" href="/static/fonts/poppins-400-latin-ext.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/static/fonts/poppins-700-latin-ext.woff2" as="font" type="font/woff2" crossorigin>
@ -470,7 +467,7 @@
</a>
<a href="{{ url_for('admin.admin_status') }}">
<svg fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"/>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"/>
</svg>
Status systemu
</a>