feat: add import recipes link to navigation
This commit is contained in:
@@ -74,6 +74,21 @@ export default function Navigation() {
|
||||
>
|
||||
⚙️ Admin
|
||||
</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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user