왼쪽 메뉴 수정정
This commit is contained in:
parent
3616472a8f
commit
4a49dec466
@ -247,8 +247,9 @@ export function SideNav() {
|
||||
onClick={() => (window.location.href = "/dashboard/overview")}
|
||||
>
|
||||
<div className="flex items-center space-x-2">
|
||||
<Gauge className="h-5 w-5 text-blue-600" />
|
||||
<h1 className="text-lg text-gray-900">PLM</h1>
|
||||
<h1 className="text-lg text-gray-900">
|
||||
<img src="/logo.jpg" alt="PLM Logo" width="70px" height="50px" />
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -265,7 +266,7 @@ export function SideNav() {
|
||||
))}
|
||||
</div>
|
||||
|
||||
<div className="mt-auto border-t border-gray-200 p-4">
|
||||
{/* <div className="mt-auto border-t border-gray-200 p-4">
|
||||
<div className="space-y-3">
|
||||
<div className="flex items-start space-x-3">
|
||||
<Building2 className="h-4 w-4 text-gray-500 mt-0.5" />
|
||||
@ -289,7 +290,7 @@ export function SideNav() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
</nav>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user