Cleaned code

This commit is contained in:
Meliora Ho 2024-02-04 13:55:36 +00:00
parent bb9278008e
commit 5ba002229c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 (
<Page>
<form className="bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4">
<form className="bg-white shadow-md rounded px-12 pt-8 pb-8 mb-4">
<div className="mb-4">
<label className="block text-gray-700 text-sm font-bold mb-2" for="username">
Username