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.