Commit 67e3e4a8 by PLN (Algolia)

fix(BackHome): Hardcode link until better option

parent a23e88fc
...@@ -4,18 +4,16 @@ import { Button, Text, Flex } from "@chakra-ui/react"; ...@@ -4,18 +4,16 @@ import { Button, Text, Flex } from "@chakra-ui/react";
function BackHome() { function BackHome() {
return ( return (
<Flex mx="1rem" justify="center" align="center"> <Flex mx="1rem" justify="center" align="center">
<Link href={`/`}> <Button
<Button as="a"
as="a" borderRadius="full"
borderRadius="full" colorScheme="gray"
colorScheme="gray" fontSize="lg"
fontSize="lg" size="lg"
size="lg" cursor="pointer"
cursor="pointer" >
> <Link href="https://philippe.nech.pl/">🏠 Retour à la Galerie</Link>
🏠 Retour à la Galerie </Button>
</Button>
</Link>
</Flex> </Flex>
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment