diff options
Diffstat (limited to 'app/lib')
| -rw-r--r-- | app/lib/camera/component/hedear.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/lib/camera/component/hedear.tsx b/app/lib/camera/component/hedear.tsx index 37935bd..19718b2 100644 --- a/app/lib/camera/component/hedear.tsx +++ b/app/lib/camera/component/hedear.tsx @@ -35,8 +35,8 @@ 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="/favicon.ico" width={32} height={32} alt="logo" /> - <span className="font-semibold">indoteknik</span> + <Image src="/images/indoteknik-logo.png" width={32} height={32} alt="logo" /> + {/* <span className="font-semibold">indoteknik</span> */} </div> <div className="flex items-center gap-3"> <span className="text-sm text-gray-600"> |
