diff --git a/src/components/Page.tsx b/src/components/Page.tsx index 3ad6484..3b658d9 100644 --- a/src/components/Page.tsx +++ b/src/components/Page.tsx @@ -3,6 +3,8 @@ import type {FunctionComponent} from "react"; import React from "react"; import DarkModeSwitch from "@/components/DarkModeSwitch"; +import {GlobeAltIcon} from "@heroicons/react/20/solid"; + interface PageProps { children: React.ReactNode; } @@ -10,8 +12,9 @@ interface PageProps { const Page: FunctionComponent = ({children}: PageProps) => { return ( <> -
- +
+

100Prisoners.com @@ -24,6 +27,9 @@ const Page: FunctionComponent = ({children}: PageProps) => { Created by Ryan Walters + + +