This commit is contained in:
2025-10-24 03:11:15 +02:00
parent e4048f90e5
commit 680e8a4e56
5 changed files with 204 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ export default function Nav() {
{/* Brand */}
<Link to="/" className="flex items-center m-0 p-0" aria-label={t('nav.brandAlt')}>
<img
src="/public/images/logo.png"
src="/images/logo.png"
alt={t('nav.brandAlt')}
className="block h-16 w-auto m-0 p-0 object-contain select-none"
draggable={false}