From a9879892f37f225c84ace4563c8e67ade83880fb Mon Sep 17 00:00:00 2001 From: zadit <75159257+insvrgent@users.noreply.github.com> Date: Wed, 19 Feb 2025 07:20:49 +0700 Subject: [PATCH] ok --- src/components/TablesPage.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/TablesPage.js b/src/components/TablesPage.js index 8d173a9..cc3763e 100644 --- a/src/components/TablesPage.js +++ b/src/components/TablesPage.js @@ -676,7 +676,7 @@ const SetPaymentQr = ({ shop }) => { {!isconfigcafeidentityname ? <>
Klik untuk ganti alamat
+Alamat kedai
-----------------
@@ -770,7 +770,7 @@ const SetPaymentQr = ({ shop }) => { <>Klik untuk ganti nama
+Nama kedai
-----------------
@@ -835,7 +835,8 @@ const SetPaymentQr = ({ shop }) => { {!isViewingQR ? <>Klik untuk ganti background
+QR identifikasi
+Background
{ setIsConfig(!isConfig); setIsConfigQR(!isConfigQR); setIsConfigFont(false) }}> {isConfig ? '˅' : '˃'} Konfigurasi QR
@@ -1066,6 +1067,7 @@ const SetPaymentQr = ({ shop }) => { // Styles const styles = { container: { + position: 'relative', overflowY: 'auto', overflowX: 'hidden', maxHeight: '80vh',