diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7a73a41 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/app/not-found.tsx b/app/not-found.tsx index 15250ea..5296fcd 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -17,7 +17,7 @@ export default function NotFound() { OOps!
Page Not Found

-

+

Sorry about that! Please visit our homepage to get where you need to go.

diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index b624ad0..701554a 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -4,9 +4,9 @@ import Link from "next/link"; export const Footer = () => { return ( -