diff --git a/src/components/History/index.jsx b/src/components/History/index.jsx index 88d0fee..9386635 100644 --- a/src/components/History/index.jsx +++ b/src/components/History/index.jsx @@ -241,7 +241,7 @@ export default function History() { {/* END OF RECENT ACTIVITY SECTION */} - + {/**/} diff --git a/src/components/Referral/ReferralDisplay.jsx b/src/components/Referral/ReferralDisplay.jsx index 50fb65e..37180dc 100644 --- a/src/components/Referral/ReferralDisplay.jsx +++ b/src/components/Referral/ReferralDisplay.jsx @@ -116,9 +116,20 @@ function ReferralDisplay() { }, [refHistoryReload]); return ( -
-
-
+
+
+
+
+

+ + Refer a Friend + +

+
+ +
+ +

Send Referral

@@ -203,20 +214,20 @@ function ReferralDisplay() { )}
-
-
-
+

Referral List

{referralList.loading ? ( - + ) : ( - + )}
+ +
); } diff --git a/src/index.css b/src/index.css index 1691b9b..26c3962 100644 --- a/src/index.css +++ b/src/index.css @@ -10,6 +10,9 @@ src: url("./assets/fonts/Product Sans Bold.ttf"); } +.referral{ + margin-bottom: 20px +} .heroSilderTitle{ text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; font-family: sans; color: white;