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 ( -
+