diff --git a/apps/public/components/footer.tsx b/apps/public/components/footer.tsx index 7f751f95..3ddfffe6 100644 --- a/apps/public/components/footer.tsx +++ b/apps/public/components/footer.tsx @@ -8,6 +8,8 @@ import { Tag } from './tag'; import { Button } from './ui/button'; export function Footer() { + const year = new Date().getFullYear(); + return (
@@ -145,7 +147,7 @@ export function Footer() {
-
Copyright © 2024 OpenPanel. All rights reserved.
+
Copyright © {year} OpenPanel. All rights reserved.
Sitemap Privacy Policy