Update the docs page
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m8s
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m8s
This commit is contained in:
parent
c9f15011af
commit
69ce0fc469
@ -18,24 +18,22 @@ export const metadata: Metadata = {
|
||||
* @returns the page jsx
|
||||
*/
|
||||
const DocsPage = (): ReactElement => (
|
||||
<main className="h-[64vh] flex flex-col gap-3 justify-center items-center">
|
||||
<main className="h-[84vh] flex flex-col gap-3 justify-center items-center text-center pointer-events-none">
|
||||
{/* Creeper */}
|
||||
<div className="absolute left-28 bottom-16 pointer-events-none">
|
||||
<Creeper />
|
||||
</div>
|
||||
<Creeper />
|
||||
|
||||
{/* Header */}
|
||||
<h1
|
||||
className={cn(
|
||||
"text-6xl text-minecraft-green-3 pointer-events-none",
|
||||
"text-5xl sm:text-6xl text-minecraft-green-3",
|
||||
minecrafter.className
|
||||
)}
|
||||
>
|
||||
Documentation
|
||||
</h1>
|
||||
|
||||
{/* Content */}
|
||||
<h2 className="text-xl">
|
||||
{/* Error */}
|
||||
<h2 className="text-2xl">
|
||||
This page is still under construction, however we do have a{" "}
|
||||
<Link
|
||||
className="text-minecraft-green-4"
|
||||
|
Loading…
Reference in New Issue
Block a user