Skip to content

Commit 22455f3

Browse files
committed
fix: typo
1 parent 6de8dd3 commit 22455f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SpClubCongratsPopup/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const SpClubCongratsPopup = ({ setIsCongratsPopupOpen, memberId }: any) => {
9797
<TextContent>
9898
<TitleContainer>
9999
<div style={{ fontSize: '32px' }}>Congratulations!</div>
100-
<div style={{ fontSize: '20px', width: '300px' }}>You've earned <span style={{ color: '#9FBFE5FE', fontWeight: '700' }}>{SP_EARNED_FROM_REFERRAL} $SP</span> and unlocked access to the <span style={{ color: '#9FBFE5FE', fontWeight: '700' }}>$SP Club!</span></div>
100+
<div style={{ fontSize: '20px', width: '300px' }}>You've earned <span style={{ color: '#9FBFE5FE', fontWeight: '700' }}>{SP_EARNED_FROM_REFERRAL} $SP</span> and unlocked access to the <span style={{ color: '#9FBFE5FE', fontWeight: '700' }}>SP Club!</span></div>
101101
</TitleContainer>
102102
<InfoContainer>
103103
<div style={{ fontSize: '16px', color: '#989899' }}>Your SP Club Member ID:</div>

0 commit comments

Comments
 (0)