diff --git a/src/components/misc/Footer.tsx b/src/components/misc/Footer.tsx
index eb05576..432d31a 100644
--- a/src/components/misc/Footer.tsx
+++ b/src/components/misc/Footer.tsx
@@ -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 github.com/lissy93/web-check
- Web-Check is
+ Web-Check is
licensed under MIT -
© Alicia Sykes 2023
diff --git a/src/pages/About.tsx b/src/pages/About.tsx
index 8d06876..622b3f3 100644
--- a/src/pages/About.tsx
+++ b/src/pages/About.tsx
@@ -133,8 +133,12 @@ const About = (): JSX.Element => {
{section.resources && section.resources.length > 0 && <>
{doc.use}