Add doppler logo

pull/939/head
Kamran Ahmed 3 years ago
parent 381801120e
commit c1ecf9d8a5
  1. 8
      pages/thanks.tsx

@ -49,6 +49,14 @@ export default function Thanks() {
<Heading mb='15px' fontSize='25px' as='h2'>Companies</Heading>
<Stack spacing='10px'>
<Box as={Link} href='https://www.doppler.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=kamranahmedse&utm_source=github' target='_blank' borderWidth={1} borderRadius='5px' p='20px'
bg='teal.50'>
<Image
alt=''
w='400px'
src='https://dashboard.doppler.com/imgs/logo-long.svg'
/>
</Box>
<Box as={Link} href='https://oss.capital/' target='_blank' borderWidth={1} borderRadius='5px' p='20px'
bg='teal.50'>
<Image

Loading…
Cancel
Save