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
}