feat: Add expandable section for creating products with integrated product form

This commit is contained in:
Nils-Johan Gynther
2026-04-12 08:29:28 +02:00
parent f84ee39197
commit ea307e6a6c
6 changed files with 110 additions and 10 deletions
+2 -2
View File
@@ -75,7 +75,7 @@ export default function Navigation() {
Admin
</Link>
<Link
href="/recipes/import"
href="/recipes/create"
style={{
padding: '0.5rem 0.75rem',
background: '#fff',
@@ -87,7 +87,7 @@ export default function Navigation() {
fontWeight: 500,
}}
>
📥 Importera recept
Snabbimport recept
</Link>
</nav>
);