Add interactive button

pull/1657/head
Kamran Ahmed 3 years ago
parent 984bc06b5a
commit fa3dedafe1
  1. 3
      components/roadmap/roadmap-page-header.tsx

@ -104,7 +104,8 @@ export function RoadmapPageHeader(props: RoadmapPageHeaderType) {
_hover={{ textDecoration: 'none' }} _hover={{ textDecoration: 'none' }}
colorScheme="purple" colorScheme="purple"
> >
Try Beta <Text as='span' d={['none', 'none', 'inline']}> Interactive Version (Beta)</Text>
<Text as='span' d={['inline', 'inline', 'none']}> Try Beta</Text>
</Button> </Button>
)} )}
</Flex> </Flex>

Loading…
Cancel
Save