diff --git a/public/favicon.ico b/public/favicon.ico index 60c702a..57fbf33 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index a7aa15f..f2c0790 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -7,6 +7,7 @@ import { api } from "~/utils/api"; import "~/styles/globals.css"; import Header from "~/components/Header"; import Footer from "~/components/Footer"; +import Head from "next/head"; const MyApp: AppType<{ session: Session | null }> = ({ Component, @@ -14,6 +15,11 @@ const MyApp: AppType<{ session: Session | null }> = ({ }) => { return ( + + ATR + + +