diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-25 18:23:06 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-25 18:23:06 +0700 |
| commit | b060b57da0efec4ba0b22525669e875263a639df (patch) | |
| tree | 0ac7fd66c4f341f5056f1add22b9818491a5a396 /app | |
| parent | 4e16c059f23b1675bbb0201cbbeda57682c2ac50 (diff) | |
<MIqdad> logo
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"> |
