Update button text for roadmap.sh for teams

pull/2367/head
Kamran Ahmed 2 years ago
parent 1c66c2a255
commit dad8c79844
  1. 2
      components/teams-banner.tsx

@ -13,7 +13,7 @@ export function TeamsBanner() {
action: `Teams Form Redirect`,
label: `Click Teams Footer Link`
});
}} target={'_blank'} as={Link} href='https://forms.gle/6X2matbCmjmvYGGt6' _hover={{textDecoration: 'none', bg: 'gray.300'}}>Tell us what you Need</Button>
}} target={'_blank'} as={Link} href='https://forms.gle/6X2matbCmjmvYGGt6' _hover={{textDecoration: 'none', bg: 'gray.300'}}>Take a Survey</Button>
</Container>
</Box>
);

Loading…
Cancel
Save