Skip to content

Commit

Permalink
chore: Add id to prediction CTA (pancakeswap#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
hachiojidev authored Jun 23, 2021
1 parent a614abb commit 27ef3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home/components/PredictionPromotionCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const PredictionPromotionCard = () => {
<Text color="textSubtle" mb="24px">
*{t('Beta Version')}
</Text>
<Link href="https://pancakeswap.finance/prediction">
<Link href="https://pancakeswap.finance/prediction" id="homepage-prediction-cta">
<Button px={['14px', null, null, null, '20px']}>
<Flex alignItems="center">
<Text color="white" bold fontSize="16px">
Expand Down

0 comments on commit 27ef3b8

Please sign in to comment.