From 5113718a9764110d4176b11c2b705ffa8e3c543d Mon Sep 17 00:00:00 2001 From: Fabien Salathe Date: Thu, 18 Dec 2025 22:19:57 +0100 Subject: [PATCH] fix: Update copyright year to current year --- src/AppFooter.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/AppFooter.tsx b/src/AppFooter.tsx index e0d9af43..95f63ded 100644 --- a/src/AppFooter.tsx +++ b/src/AppFooter.tsx @@ -7,10 +7,12 @@ export const AppFooter = ({ onShowAbout, onShowLicenseNotice, }: AppFooterProps) => { + const currentYear = new Date().getFullYear(); + return (
- © 2024 - The ZMK Contributors -{" "} + © {currentYear} - The ZMK Contributors -{" "} About ZMK Studio {" "}