Add Kort and Print links to main navigation

Both open in a new tab (target=_blank) since they are standalone
HTML pages outside the React app.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 21:25:19 +01:00
parent 83a1aeaebe
commit dc1c13620f

View File

@@ -296,6 +296,22 @@ function App() {
>
Weapons
</button>
<a
href="/cards.html"
target="_blank"
rel="noopener noreferrer"
className="px-4 py-2 rounded-lg font-medium transition-all bg-slate-700/50 text-slate-200 hover:bg-slate-600/50"
>
🃏 Kort
</a>
<a
href="/print.html"
target="_blank"
rel="noopener noreferrer"
className="px-4 py-2 rounded-lg font-medium transition-all bg-slate-700/50 text-slate-200 hover:bg-slate-600/50"
>
🖨 Print
</a>
{authedPlayer === 'gm' && (
<>
<button