refact: new logo and look

This commit is contained in:
Mann Patel
2026-02-15 10:22:45 -07:00
parent a4efc8467f
commit cd657f37cf
5 changed files with 15 additions and 5 deletions

View File

@@ -202,10 +202,10 @@ export default function App() {
// Main App
return (
<div className="h-screen bg-gray-50 text-gray-800 flex flex-col overflow-hidden">
<div className="h-screen bg-white-50 text-gray-800 flex flex-col overflow-hidden">
<Header onSearch={handleSearch} onLogout={handleLogout} onNavigateToSearch={handleNavigateToSearch} />
<div className="flex-1 flex overflow-hidden max-w-[1400px] mx-auto w-full">
<div className="flex-1 flex overflow-hidden max-w-[1500px] mx-auto w-full">
<Sidebar user={user} activeTab={activeTab} onTabChange={setActiveTab} />
<main className="flex-1 overflow-y-auto p-6">