From 5ba002229c3952d04e88a1c43dd051af48b6e107 Mon Sep 17 00:00:00 2001 From: Meliora Ho Date: Sun, 4 Feb 2024 13:55:36 +0000 Subject: [PATCH] Cleaned code --- README.md | 2 +- compass/pages/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7255ad7..d40b7a1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🧭 Fall 2023 - Spring 2024: A Notion-UI Website for Compass Center Data Lookup +# 🧭 Compass Center's Internal Resource Management App ## 🛠 Technologies - Next.js diff --git a/compass/pages/index.tsx b/compass/pages/index.tsx index 5b6c16e..09d12e9 100644 --- a/compass/pages/index.tsx +++ b/compass/pages/index.tsx @@ -5,12 +5,12 @@ import type { NextPage } from 'next'; import Head from 'next/head'; import Input from '@/components/Input' import InlineLink from '@/components/InlineLink'; -import Page from '@/components/Page'; +import Page from '@/components/auth/Page'; const Home: NextPage = () => { return ( -
+