fix: oprava odkazů v navigaci

This commit is contained in:
2026-04-03 10:17:22 +02:00
parent 95c75ec691
commit f9fec139f9

View File

@@ -526,10 +526,10 @@ select:focus { border-color: var(--accent); }
<body>
<nav>
<a href="/start" class="nav-logo">🦣 Mamutovo</a>
<a href="start.html" class="nav-logo">🦣 Mamutovo</a>
<div class="nav-links">
<a href="/start.html">← Průvodce</a>
<a href="/accounts" class="active">CZ účty</a>
<a href="start.html">← Průvodce</a>
<a href="accounts.html" class="active">CZ účty</a>
</div>
<span class="nav-updated"><span id="lastUpdated">načítám...</span><span id="refreshCountdown" style="margin-left:0.4rem;color:var(--muted2);font-size:0.65rem;font-family:'Space Mono',monospace;"></span><span id="refreshBadge" style="margin-left:0.5rem;font-size:0.65rem;font-family:'Space Mono',monospace;transition:color 0.3s;"></span></span>
</nav>