You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/shared/components/Gigs/ReferralCode/index.jsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ function ReferralCode(props) {
49
49
button: buttonThemes.tc['primary-borderless-sm'],
50
50
}}
51
51
>
52
-
REFFER A FRIEND
52
+
REFER A FRIEND
53
53
</PrimaryButton>
54
54
{
55
55
loginModalOpen
@@ -98,7 +98,7 @@ function ReferralCode(props) {
98
98
)
99
99
}
100
100
{
101
-
growSurfState.error&&<span>Ops, we couldn't load your profile. Please try again later or contact <ahref="mailto:support@topcoder.com">support</a>.</span>
101
+
growSurfState.error&&<span>Oops, we couldn't load your profile. Please try again later or contact <ahref="mailto:support@topcoder.com">support</a>.</span>
0 commit comments