mirror of
https://github.com/Lissy93/web-check.git
synced 2025-01-10 00:08:32 +01:00
Fixed link to license
This commit is contained in:
parent
df24445ac6
commit
017a1f86a6
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user