Add doppler logo

This commit is contained in:
Kamran Ahmed
2021-12-06 15:24:43 +01:00
parent 381801120e
commit c1ecf9d8a5

View File

@ -49,6 +49,14 @@ export default function Thanks() {
<Heading mb='15px' fontSize='25px' as='h2'>Companies</Heading> <Heading mb='15px' fontSize='25px' as='h2'>Companies</Heading>
<Stack spacing='10px'> <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' <Box as={Link} href='https://oss.capital/' target='_blank' borderWidth={1} borderRadius='5px' p='20px'
bg='teal.50'> bg='teal.50'>
<Image <Image