Privacy policy and navbar updates
All checks were successful
Deploy to Server / deploy (push) Successful in 30s

This commit is contained in:
2026-04-09 14:20:18 -05:00
parent 2bd0a9e236
commit 820478fdaa
8 changed files with 39 additions and 10 deletions

View File

@@ -123,7 +123,9 @@ export default function App() {
<div className="flex h-screen bg-secondary">
<aside className="w-64 bg-card border-r border-border flex flex-col">
<div className="p-6 border-b border-border flex items-center justify-center">
<img src={logo} alt="labwise" className="h-15" />
<button onClick={() => setActiveTab('dashboard')} className="cursor-pointer">
<img src={logo} alt="labwise" className="h-15" />
</button>
</div>
<nav className="flex-1 p-4">
{navItems.map(item => {