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 (