Added more fields to the corporate and showcased them in the UserCard

This commit is contained in:
Tiago Ribeiro
2023-11-13 19:27:11 +00:00
parent 261ba74105
commit 6056735c72
8 changed files with 127 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ export default function Register({code: queryCode}: {code: string}) {
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>
<main className="w-full h-[100vh] flex bg-white text-black">
<main className="w-full min-h-[100vh] h-full flex bg-white text-black">
<ToastContainer />
<section className="h-full w-fit min-w-fit relative hidden lg:flex">
<div className="absolute h-full w-full bg-mti-rose-light z-10 bg-opacity-50" />
@@ -49,7 +49,7 @@ export default function Register({code: queryCode}: {code: string}) {
</div>
{!user && (
<>
<div className="flex flex-col gap-6 w-full -lg:px-8 lg:w-2/3">
<div className="flex flex-col gap-6 w-full -lg:px-8 lg:w-3/4">
<Tab.Group>
<Tab.List className="flex space-x-1 rounded-xl bg-mti-purple-ultralight/40 p-1">
<Tab