Skip to content

Commit 4d0899c

Browse files
committed
fix: update footer copyright year to be dynamic
1 parent da93ac2 commit 4d0899c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/elements/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default function Footer() {
9393
</a>
9494
))}
9595
</div>
96-
<p className="mt-10 text-center text-sm/6 text-gray-600">&copy; 2024 Your Company, Inc. All rights reserved.</p>
96+
<p className="mt-10 text-center text-sm/6 text-gray-600">&copy; {new Date().getFullYear()} {config.meta.title}, Inc. All rights reserved.</p>
9797
</div>
9898
</footer>
9999
)

0 commit comments

Comments
 (0)