diff --git a/src/AppFooter.tsx b/src/AppFooter.tsx index e0d9af4..95f63de 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 {" "}