Commit 08dfd8c8 authored by Max Alekseenko's avatar Max Alekseenko

disable button

parent 33f0cab3
...@@ -72,7 +72,7 @@ const RewardsDashboard = () => { ...@@ -72,7 +72,7 @@ const RewardsDashboard = () => {
) } ) }
/> />
<Flex flexDirection="column" alignItems="flex-start" w="full" gap={ 6 }> <Flex flexDirection="column" alignItems="flex-start" w="full" gap={ 6 }>
<Button variant="outline"> <Button variant="outline" isDisabled>
Pre-staking dashboard Pre-staking dashboard
</Button> </Button>
<Flex gap={ 6 }> <Flex gap={ 6 }>
......
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