Fixed link to license

This commit is contained in:
Alicia Sykes 2023-07-29 09:40:21 +01:00
parent df24445ac6
commit 017a1f86a6

View File

@ -41,7 +41,7 @@ const Link = styled.a`
`;
const Footer = (props: { isFixed?: boolean }): JSX.Element => {
const licenseUrl = 'https://github.com/lissy93/web-check/blob/main/LICENSE';
const licenseUrl = 'https://github.com/lissy93/web-check/blob/master/LICENSE';
const authorUrl = 'https://aliciasykes.com';
const githubUrl = 'https://github.com/lissy93/web-check';
return (