summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-09-18 12:02:04 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-09-18 12:02:04 +0700
commit45bdacffcd37439bb17133b01f279330f159f517 (patch)
tree9fb80b3b798552d6dcdcc4a5996b2c91ea17fab1 /app
parent856a9b97bf2c6840b01443b7efb1be6cea8e663e (diff)
<Miqdad> Allow upload image from gallery
Diffstat (limited to 'app')
-rw-r--r--app/layout.tsx4
-rw-r--r--app/lib/camera/component/pakageCamera.tsx1
-rw-r--r--app/lib/camera/component/sjCamera.tsx1
3 files changed, 2 insertions, 4 deletions
diff --git a/app/layout.tsx b/app/layout.tsx
index a36cde0..102de5f 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -14,8 +14,8 @@ const geistMono = localFont({
});
export const metadata: Metadata = {
- title: "Create Next App",
- description: "Generated by create next app",
+ title: "Indoteknik Delivery",
+ description: "Created by Indoteknik DEV",
};
export default function RootLayout({
diff --git a/app/lib/camera/component/pakageCamera.tsx b/app/lib/camera/component/pakageCamera.tsx
index e0c7158..23ed9a4 100644
--- a/app/lib/camera/component/pakageCamera.tsx
+++ b/app/lib/camera/component/pakageCamera.tsx
@@ -21,7 +21,6 @@ const PackageCamera: React.FC = () => {
<input
type="file"
accept="image/*"
- capture="environment"
onChange={handleCapture}
className="hidden"
id="pakageCameraInput"
diff --git a/app/lib/camera/component/sjCamera.tsx b/app/lib/camera/component/sjCamera.tsx
index 5cc39ad..9dbe2dc 100644
--- a/app/lib/camera/component/sjCamera.tsx
+++ b/app/lib/camera/component/sjCamera.tsx
@@ -24,7 +24,6 @@ const SjCamera: React.FC = () => {
<input
type="file"
accept="image/*"
- capture="environment"
onChange={handleSuratJalanCapture}
className="hidden"
id="suratJalanInput"