mirror of
https://github.com/Lissy93/web-check.git
synced 2025-01-10 08:19:28 +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 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 authorUrl = 'https://aliciasykes.com';
|
||||||
const githubUrl = 'https://github.com/lissy93/web-check';
|
const githubUrl = 'https://github.com/lissy93/web-check';
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user