feat: add import recipes link to navigation

This commit is contained in:
Nils-Johan Gynther
2026-04-11 17:52:48 +02:00
parent 5c5177432d
commit 4ea55012bb
+15
View File
@@ -74,6 +74,21 @@ export default function Navigation() {
> >
Admin Admin
</Link> </Link>
<Link
href="/recipes/import"
style={{
padding: '0.5rem 0.75rem',
background: '#fff',
border: '1px solid #ddd',
borderRadius: '4px',
textDecoration: 'none',
color: '#0070f3',
fontSize: '0.9rem',
fontWeight: 500,
}}
>
📥 Importera recept
</Link>
</nav> </nav>
); );
} }