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
|
* @returns the page jsx
|
||||||
*/
|
*/
|
||||||
const DocsPage = (): ReactElement => (
|
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 */}
|
{/* Creeper */}
|
||||||
<div className="absolute left-28 bottom-16 pointer-events-none">
|
|
||||||
<Creeper />
|
<Creeper />
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<h1
|
<h1
|
||||||
className={cn(
|
className={cn(
|
||||||
"text-6xl text-minecraft-green-3 pointer-events-none",
|
"text-5xl sm:text-6xl text-minecraft-green-3",
|
||||||
minecrafter.className
|
minecrafter.className
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
Documentation
|
Documentation
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
{/* Content */}
|
{/* Error */}
|
||||||
<h2 className="text-xl">
|
<h2 className="text-2xl">
|
||||||
This page is still under construction, however we do have a{" "}
|
This page is still under construction, however we do have a{" "}
|
||||||
<Link
|
<Link
|
||||||
className="text-minecraft-green-4"
|
className="text-minecraft-green-4"
|
||||||
|
Loading…
Reference in New Issue
Block a user