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";
function BackHome() {
return (
<Flex mx="1rem" justify="center" align="center">
<Link href={`/`}>
<Button
as="a"
borderRadius="full"
colorScheme="gray"
fontSize="lg"
size="lg"
cursor="pointer"
>
🏠 Retour à la Galerie
</Button>
</Link>
<Button
as="a"
borderRadius="full"
colorScheme="gray"
fontSize="lg"
size="lg"
cursor="pointer"
>
<Link href="https://philippe.nech.pl/">🏠 Retour à la Galerie</Link>
</Button>
</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