Skip to content

Commit

Permalink
fix: UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMomota committed Feb 5, 2024
1 parent 40cf806 commit 9078a93
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,14 @@ export const PreviewOfVeCakeSnapShotTime: React.FC<React.PropsWithChildren<Previ
</Flex>
<Flex justifyContent={['space-between']}>
<Flex>
<Image
width={39}
height={39}
alt="trading-reward-vecake"
src={`${ASSET_CDN}/web/vecake/token-vecake-with-time.png`}
/>
<Box width={39}>
<Image
width={39}
height={39}
alt="trading-reward-vecake"
src={`${ASSET_CDN}/web/vecake/token-vecake-with-time.png`}
/>
</Box>
<Text style={{ alignSelf: 'center' }} bold ml="8px" fontSize="20px">
{`${t('veCAKE')}⌛`}
</Text>
Expand Down

0 comments on commit 9078a93

Please sign in to comment.