diff --git a/components/Auth.tsx b/components/Auth.tsx index ba4b4d4..ce1b18f 100644 --- a/components/Auth.tsx +++ b/components/Auth.tsx @@ -17,7 +17,7 @@ const Auth: FunctionComponent<{ redirect: string }> = ({ redirect }) => { return (
- authenticate + authenticate
Enter Password
diff --git a/components/FourOhFour.tsx b/components/FourOhFour.tsx index 4b192d9..ef44b79 100644 --- a/components/FourOhFour.tsx +++ b/components/FourOhFour.tsx @@ -4,8 +4,8 @@ import { FunctionComponent } from 'react' const FourOhFour: FunctionComponent<{ errorMsg: string }> = ({ errorMsg }) => { return (
-
- 404 +
+ 404
diff --git a/public/images/empty.png b/public/images/empty.png deleted file mode 100644 index 04accb9..0000000 Binary files a/public/images/empty.png and /dev/null differ diff --git a/public/images/fabulous-page-not-found.png b/public/images/fabulous-page-not-found.png new file mode 100644 index 0000000..6266a49 Binary files /dev/null and b/public/images/fabulous-page-not-found.png differ diff --git a/public/images/fabulous-rip-2.png b/public/images/fabulous-rip-2.png new file mode 100644 index 0000000..655fd06 Binary files /dev/null and b/public/images/fabulous-rip-2.png differ diff --git a/public/images/fabulous-wapmire-weekdays.png b/public/images/fabulous-wapmire-weekdays.png new file mode 100644 index 0000000..b0d8c35 Binary files /dev/null and b/public/images/fabulous-wapmire-weekdays.png differ diff --git a/public/images/no-looking.png b/public/images/no-looking.png deleted file mode 100644 index 740051d..0000000 Binary files a/public/images/no-looking.png and /dev/null differ