Skip to content

Commit 9e94ce8

Browse files
committed
add copyright notice
1 parent 56bc54a commit 9e94ce8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Footer.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { Flex, Link, Text } from "@chakra-ui/react";
22
import { Logotype } from "./Logotype";
33

4+
let currentYear = new Date().getFullYear();
5+
46
function Footer() {
57
return (
68
<Flex as="footer" bg="dark" mt="24px" h="300px">
@@ -15,8 +17,8 @@ function Footer() {
1517
<Link href="/">
1618
<Logotype color="light" height="75px" />
1719
</Link>
20+
<Text fontFamily="heading" fontSize="16px">© powdr labs GmbH 2023-{currentYear}. All Rights Reserved.</Text>
1821
<Flex gap="4" fontFamily="heading" fontSize="16px">
19-
<Text>Powdr-2023</Text>
2022
<Link href="/impressum">Impressum</Link>
2123
<Link href="/privacy-policy">Privacy Policy</Link>
2224
</Flex>

0 commit comments

Comments
 (0)