From a5444f8873f67a073f7a452213950a858629796d Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 14 Mar 2024 15:05:16 +0700 Subject: Update footer --- public/images/footer/payment-method.png | Bin 0 -> 152612 bytes public/images/footer/secures.png | Bin 0 -> 27953 bytes public/images/footer/shippings.png | Bin 0 -> 129332 bytes public/images/payment-method.png | Bin 166459 -> 0 bytes public/images/shippings.png | Bin 129332 -> 0 bytes src/core/components/elements/Footer/BasicFooter.jsx | 20 ++++++++++++++++++-- 6 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 public/images/footer/payment-method.png create mode 100644 public/images/footer/secures.png create mode 100644 public/images/footer/shippings.png delete mode 100644 public/images/payment-method.png delete mode 100644 public/images/shippings.png diff --git a/public/images/footer/payment-method.png b/public/images/footer/payment-method.png new file mode 100644 index 00000000..258a2992 Binary files /dev/null and b/public/images/footer/payment-method.png differ diff --git a/public/images/footer/secures.png b/public/images/footer/secures.png new file mode 100644 index 00000000..b9ab4c44 Binary files /dev/null and b/public/images/footer/secures.png differ diff --git a/public/images/footer/shippings.png b/public/images/footer/shippings.png new file mode 100644 index 00000000..59c28ee3 Binary files /dev/null and b/public/images/footer/shippings.png differ diff --git a/public/images/payment-method.png b/public/images/payment-method.png deleted file mode 100644 index 2c3a57c6..00000000 Binary files a/public/images/payment-method.png and /dev/null differ diff --git a/public/images/shippings.png b/public/images/shippings.png deleted file mode 100644 index 59c28ee3..00000000 Binary files a/public/images/shippings.png and /dev/null differ diff --git a/src/core/components/elements/Footer/BasicFooter.jsx b/src/core/components/elements/Footer/BasicFooter.jsx index 1f7e2fbd..aebe737a 100644 --- a/src/core/components/elements/Footer/BasicFooter.jsx +++ b/src/core/components/elements/Footer/BasicFooter.jsx @@ -42,6 +42,7 @@ const BasicFooter = () => { +
@@ -85,6 +86,7 @@ const BasicFooter = () => {
+
@@ -384,7 +386,7 @@ const Payments = () => (
Metode Pembayaran
(
Jasa Pengiriman
(
); +const Secures = () => ( +
+
Keamanan Belanja
+ +
+); + const InternalItemLink = ({ href, children }) => (