File tree 1 file changed +6
-5
lines changed
packages/app/features/affiliate
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export const AffiliateScreen = () => {
27
27
< YStack width = { '100%' } gap = "$4" pb = "$6" >
28
28
< XStack alignItems = "center" width = { '100%' } jc = "flex-end" gap = "$6" >
29
29
< LinkableButton href = "/leaderboard" fontWeight = { 'bold' } >
30
- Check Leaderboard
30
+ Leaderboard
31
31
</ LinkableButton >
32
32
</ XStack >
33
33
< StatsCards />
@@ -46,7 +46,6 @@ const StatsCards = () => {
46
46
$gtLg = { { fd : 'row' } }
47
47
flexWrap = "wrap"
48
48
ai = "flex-start"
49
- jc = "space-around"
50
49
gap = "$3"
51
50
mb = "$4"
52
51
width = { '100%' }
@@ -65,6 +64,8 @@ const StatsCards = () => {
65
64
</ >
66
65
) }
67
66
</ Card >
67
+ { /*
68
+ Need to rework this
68
69
<Card $gtLg={{ flexShrink: 0, flexBasis: '32%' }} w="100%" mih={152}>
69
70
<CardHeader>
70
71
<Label color={'$color10'}>Network Rewards Share</Label>
@@ -92,7 +93,7 @@ const StatsCards = () => {
92
93
</Paragraph>
93
94
</>
94
95
)}
95
- </ Card >
96
+ </Card> */ }
96
97
</ Stack >
97
98
{ affiliateStatsError && (
98
99
< Paragraph theme = { 'red_active' } > { affiliateStatsError ?. message } </ Paragraph >
@@ -226,15 +227,15 @@ const ReferralsListRow = ({ referral }) => {
226
227
</ Stack >
227
228
</ YStack >
228
229
</ XStack >
229
- < Stack als = "flex-start" >
230
+ { /* <Stack als="flex-start">
230
231
<Paragraph
231
232
theme={referral.send_plus_minus >= 0 ? 'green_active' : 'red_active'}
232
233
size={'$8'}
233
234
lh={'$1'}
234
235
>
235
236
{referral.send_plus_minus >= 0 ? '+' : '-'}
236
237
</Paragraph>
237
- </ Stack >
238
+ </Stack> */ }
238
239
</ XStack >
239
240
</ Link >
240
241
</ Card >
You can’t perform that action at this time.
0 commit comments