diff --git a/public/site-icon.svg b/public/site-icon.svg new file mode 100644 index 0000000..6084db7 --- /dev/null +++ b/public/site-icon.svg @@ -0,0 +1,28904 @@ + + + + diff --git a/src/app/layout/main.tsx b/src/app/layout/main.tsx index afe50db..73a4ea3 100644 --- a/src/app/layout/main.tsx +++ b/src/app/layout/main.tsx @@ -1,6 +1,7 @@ "use client"; import { useRouter } from "next/navigation"; +import Image from "next/image"; type MainProps = { children: React.ReactNode; @@ -15,8 +16,11 @@ export default function Main({ children }: MainProps) { return (
-
-

Ever Givin Pod

+
+
+ Site Icon +

Ever Givin Pod

+
{children}