mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
feat(website): add some styling
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
export default function IndexRoute() {
|
||||
return <div className="text-2xl">Hello World</div>;
|
||||
return (
|
||||
<main className="w-full h-screen">
|
||||
<div className="h-screen grid place-content-center">
|
||||
<h1 className="">Coming soon...</h1>
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user