feat: add receipt import functionality with UI and backend integration
This commit is contained in:
@@ -119,6 +119,21 @@ export default function Navigation() {
|
||||
>
|
||||
📅 Matplan
|
||||
</Link>
|
||||
<Link
|
||||
href="/kvitto"
|
||||
style={{
|
||||
padding: '0.5rem 0.75rem',
|
||||
background: '#fff',
|
||||
border: '1px solid #ddd',
|
||||
borderRadius: '4px',
|
||||
textDecoration: 'none',
|
||||
color: '#0070f3',
|
||||
fontSize: '0.9rem',
|
||||
fontWeight: 500,
|
||||
}}
|
||||
>
|
||||
🧾 Importera kvitto
|
||||
</Link>
|
||||
</nav>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user