From fcca050ff69b3d08b88d34b05cc77b570f57a43c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 17 Jun 2023 08:01:14 -0400 Subject: [PATCH] Add crerdikt style --- src/components/AuthPages/Login/index.jsx | 2 +- src/components/MyWallet/Balance.jsx | 12 ++++++++++-- src/components/Partials/Header.jsx | 2 +- src/index.css | 4 +++- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index c8a5c2b..341597d 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -131,7 +131,7 @@ export default function Login() { ux_mode:'redirect', redirect_uri: process.env.REACT_APP_GOOGLE_REDIRECT_URL, onSuccess: async (codeResponse) => { - console.log(codeResponse); + console.log("GOOGLE LOGIN GOOD --- ",codeResponse); }, onError: (errorResponse) => console.log(errorResponse), }); diff --git a/src/components/MyWallet/Balance.jsx b/src/components/MyWallet/Balance.jsx index 0903af9..94a4314 100644 --- a/src/components/MyWallet/Balance.jsx +++ b/src/components/MyWallet/Balance.jsx @@ -56,8 +56,16 @@ function Balance({wallet, coupon}) { Transfer:'' } - +Add Credit + + + + + + Add Credit )) diff --git a/src/components/Partials/Header.jsx b/src/components/Partials/Header.jsx index 11a586b..b1b636c 100644 --- a/src/components/Partials/Header.jsx +++ b/src/components/Partials/Header.jsx @@ -827,7 +827,7 @@ export default function Header({ logoutModalHandler, sidebarHandler }) { type="button" className="w-[122px] h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white" > - Cannected + Connected diff --git a/src/index.css b/src/index.css index e1866e0..275d421 100644 --- a/src/index.css +++ b/src/index.css @@ -9,7 +9,9 @@ font-family: "Product Sans"; src: url("./assets/fonts/Product Sans Bold.ttf"); } - +.bg-green{ + background-color: darkgreen; +} .referral{ margin-bottom: 20px }