diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/lib/camera/component/hedear.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/camera/component/hedear.tsx b/app/lib/camera/component/hedear.tsx index 19718b2..998a31f 100644 --- a/app/lib/camera/component/hedear.tsx +++ b/app/lib/camera/component/hedear.tsx @@ -35,7 +35,7 @@ export default function Header() { <header className="fixed top-0 left-0 right-0 z-50 bg-white shadow-sm"> <div className="max-w-screen-xl mx-auto flex items-center justify-between p-3"> <div className="flex items-center gap-2"> - <Image src="/images/indoteknik-logo.png" width={32} height={32} alt="logo" /> + <Image src="/images/indoteknik-logo.png" width={120} height={60} alt="logo" /> {/* <span className="font-semibold">indoteknik</span> */} </div> <div className="flex items-center gap-3"> |
