Made a lot of the front end
This commit is contained in:
8
src/components/portal/home/Title.tsx
Executable file
8
src/components/portal/home/Title.tsx
Executable file
@ -0,0 +1,8 @@
|
||||
export default function Title() {
|
||||
return (
|
||||
<div className="py-2 px-3
|
||||
rounded-xl text-4xl font-semibold mt-10">
|
||||
<h1>Welcome to the Tenant Portal</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user