mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
Organisations and new Account page
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
import LogOutButton from "@/components/log-out-button";
|
||||
import { Link } from "react-router-dom";
|
||||
|
||||
function Account() {
|
||||
return (
|
||||
<main className="w-full h-[100vh] flex flex-col items-center justify-center gap-4 p-4">
|
||||
<h1 className="text-3xl font-bold">Account</h1>
|
||||
<main className="w-full h-[100vh] flex flex-col items-start gap-4 p-4">
|
||||
<h1 className="text-3xl font-600">Account</h1>
|
||||
|
||||
<p className="text-muted-foreground">Account page here</p>
|
||||
|
||||
<LogOutButton />
|
||||
|
||||
<Link to="/" className="">
|
||||
Go to Home
|
||||
</Link>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user