Commit e0007a5a authored by Max Alekseenko's avatar Max Alekseenko

update input width

parent f80e9fa5
......@@ -150,11 +150,13 @@ const RewardsDashboard = () => {
label="Referral link"
value={ `https://eth.blockscout.com?ref=${ referralsQuery.data?.code }` }
isLoading={ referralsQuery.isPending }
flex={ 2 }
/>
<CopyField
label="Referral code"
value={ referralsQuery.data?.code || '' }
isLoading={ referralsQuery.isPending }
flex={ 1 }
/>
</Flex>
</RewardsDashboardCard>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment