From 89c63c6f426139c0c83d04fcef0557431c2ea357 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Wed, 24 Jul 2024 11:34:24 +0100 Subject: [PATCH] revised footer --- src/app/layout.tsx | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1b7ab91..1aa6c8e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,6 @@ import { ReactQueryProvider } from "./ReactQueryProvider"; import { AuthOptions } from "@/app/api/auth/[...nextauth]/route"; import { getServerSession } from "next-auth/next"; import { cache } from "react"; - import { Inter } from "next/font/google"; // If loading a variable font, you don't need to specify the font weight @@ -26,15 +25,7 @@ const getSession = cache(async () => { export function Footer() { return ( -