2
0

🔒 Revert ddos lockdown

This commit is contained in:
Baptiste Arnaud
2023-06-19 18:41:00 +02:00
parent 3e2c462617
commit f1b643c5be
25 changed files with 77 additions and 67 deletions

View File

@@ -1,9 +1,7 @@
import { Stack, Text, Box, Flex, Heading } from '@chakra-ui/react'
import { Stack, Text, Box, Flex, Heading, Image } from '@chakra-ui/react'
import { Header } from 'components/common/Header/Header'
import { SocialMetaTags } from 'components/common/SocialMetaTags'
import React from 'react'
import selfie from '../public/images/about/selfie.png'
import Image from 'next/image'
import { Footer } from 'components/common/Footer'
import { TextLink } from 'components/common/TextLink'
@@ -30,7 +28,7 @@ const AboutPage = () => {
</Text>
<Flex w="full" justify="center">
<Box as="figure" maxW="200px">
<Image src={selfie} alt="selfie" />
<Image src="https://s3.typebot.io/selfie.png" alt="selfie" />
</Box>
</Flex>