Adds option for links in card docs to have display text

This commit is contained in:
Alicia Sykes
2023-07-24 19:31:47 +01:00
parent 66158a20fd
commit 8ff4e4e36a
4 changed files with 14 additions and 6 deletions

View File

@ -41,7 +41,6 @@ const Link = styled.a`
`;
const Footer = (props: { isFixed?: boolean }): JSX.Element => {
const homeUrl = 'https://web-check.as93.net';
const licenseUrl = 'https://github.com/lissy93/web-check/blob/main/LICENSE';
const authorUrl = 'https://aliciasykes.com';
const githubUrl = 'https://github.com/lissy93/web-check';
@ -51,7 +50,7 @@ const Footer = (props: { isFixed?: boolean }): JSX.Element => {
View source at <Link href={githubUrl}>github.com/lissy93/web-check</Link>
</span>
<span>
<Link href={homeUrl}>Web-Check</Link> is
<Link href="/about">Web-Check</Link> is
licensed under <Link href={licenseUrl}>MIT</Link> -
© <Link href={authorUrl}>Alicia Sykes</Link> 2023
</span>