mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-06 20:50:17 -04:00
Cleaned code
This commit is contained in:
parent
bb9278008e
commit
5ba002229c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user