diff --git a/apps/formbricks-com/components/docs/Footer.tsx b/apps/formbricks-com/components/docs/Footer.tsx index 4ae96f932d..dece3954ea 100644 --- a/apps/formbricks-com/components/docs/Footer.tsx +++ b/apps/formbricks-com/components/docs/Footer.tsx @@ -113,10 +113,12 @@ function SocialLink({ } function SmallPrint() { + const currentYear = new Date().getFullYear(); + return (

- Formbricks GmbH © 2023. All rights reserved. + Formbricks GmbH © {currentYear}. All rights reserved.

diff --git a/apps/formbricks-com/components/shared/Footer.tsx b/apps/formbricks-com/components/shared/Footer.tsx index 44add32f25..3a4d9432bb 100644 --- a/apps/formbricks-com/components/shared/Footer.tsx +++ b/apps/formbricks-com/components/shared/Footer.tsx @@ -48,6 +48,8 @@ const navigation = { ], }; export default function Footer() { + const currentYear = new Date().getFullYear(); + return (