diff --git a/public/manifest.json b/public/manifest.json
index 34dd96e..4177a73 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -3,17 +3,17 @@
"name": "jangan pernah ragukan pelanggan",
"icons": [
{
- "src": "favicon.ico",
+ "src": "kedai.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
- "src": "logo192.png",
+ "src": "kedai.png",
"type": "image/png",
"sizes": "192x192"
},
{
- "src": "logo512.png",
+ "src": "kedai.png",
"type": "image/png",
"sizes": "512x512"
}
diff --git a/src/App.js b/src/App.js
index 5eb5cf0..4551f49 100644
--- a/src/App.js
+++ b/src/App.js
@@ -703,36 +703,6 @@ function App() {
totalPrice={totalPrice}
lastTransaction={lastTransaction}
/>
- {/* */}
- >
- }
- />
-
-
- {/* */}
>
}
/>
@@ -752,12 +722,6 @@ function App() {
shopItems={shopItems}
setShopItems={setShopItems}
/>
- {/* */}
>
}
/>
diff --git a/src/pages/Cart.js b/src/pages/Cart.js
index 1b95853..2780d92 100644
--- a/src/pages/Cart.js
+++ b/src/pages/Cart.js
@@ -444,6 +444,18 @@ export default function Invoice({ shopId, setModal, table, sendParam, deviceType
)}
+ Atas Nama :
+
+
+
+
+
+
+
+
Catatan :
diff --git a/src/pages/Invoice.module.css b/src/pages/Invoice.module.css
index 9d3d123..c83bfd1 100644
--- a/src/pages/Invoice.module.css
+++ b/src/pages/Invoice.module.css
@@ -191,7 +191,7 @@
.NoteInput {
width: 78vw;
- height: 12vw;
+ height: 18px;
border-radius: 20px;
margin: 0 auto;
padding: 10px;