From eb15f4b29cdbec172ae76cf30971145a443c7dcd Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 13 Mar 2024 23:48:05 +0100 Subject: [PATCH] disable admin login --- components/header.tsx | 3 --- next.config.mjs | 9 +++++++++ pages/_app.tsx | 40 ++++++++-------------------------------- 3 files changed, 17 insertions(+), 35 deletions(-) diff --git a/components/header.tsx b/components/header.tsx index 99990fa..520a067 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -2,7 +2,6 @@ import { useState } from 'react' import Head from 'next/head' import Link from 'next/link' import { useRouter } from 'next/router' -import User from './user' const NAV_ENTRIES = [ { @@ -60,7 +59,6 @@ export default function Header() { ) })} -