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',