mirror of
https://github.com/Lissy93/web-check.git
synced 2025-08-11 05:43:39 +02:00
Fixed link to license
This commit is contained in:
@ -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 (
|
||||||
|
Reference in New Issue
Block a user