feat: Add expandable section for creating products with integrated product form
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user