mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-10 06:10: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
|
## 🛠 Technologies
|
||||||
- Next.js
|
- Next.js
|
||||||
|
|
|
@ -5,12 +5,12 @@ import type { NextPage } from 'next';
|
||||||
import Head from 'next/head';
|
import Head from 'next/head';
|
||||||
import Input from '@/components/Input'
|
import Input from '@/components/Input'
|
||||||
import InlineLink from '@/components/InlineLink';
|
import InlineLink from '@/components/InlineLink';
|
||||||
import Page from '@/components/Page';
|
import Page from '@/components/auth/Page';
|
||||||
|
|
||||||
const Home: NextPage = () => {
|
const Home: NextPage = () => {
|
||||||
return (
|
return (
|
||||||
<Page>
|
<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">
|
<div className="mb-4">
|
||||||
<label className="block text-gray-700 text-sm font-bold mb-2" for="username">
|
<label className="block text-gray-700 text-sm font-bold mb-2" for="username">
|
||||||
Username
|
Username
|
||||||
|
|
Loading…
Reference in New Issue
Block a user