1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Add interactive button

This commit is contained in:
Kamran Ahmed
2021-12-08 14:00:12 +01:00
parent 984bc06b5a
commit fa3dedafe1

View File

@@ -104,7 +104,8 @@ export function RoadmapPageHeader(props: RoadmapPageHeaderType) {
_hover={{ textDecoration: 'none' }}
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>
)}
</Flex>