Update Footer.tsx

I updated the copyright year from 2023 to 2024
This commit is contained in:
Nikolaos G. Ntaiko 2024-09-03 17:24:57 +03:00 committed by GitHub
parent 4ff94e2821
commit 31604132fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ const Footer = (props: { isFixed?: boolean }): JSX.Element => {
<span>
<Link to="/about">Web-Check</Link> is
licensed under <ALink href={licenseUrl}>MIT</ALink> -
© <ALink href={authorUrl}>Alicia Sykes</ALink> 2023
© <ALink href={authorUrl}>Alicia Sykes</ALink> 2024
</span>
</StyledFooter>
);