add motd to the server page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s

This commit is contained in:
Lee
2024-04-16 21:18:08 +01:00
parent 8ffd865c63
commit f00d6d8ba4
17 changed files with 97 additions and 38 deletions

View File

@ -10,7 +10,7 @@ const buttons: Button[] = [
{ title: "Documentation", url: "https://api.mcutils.xyz/swagger-ui.html" },
];
export default function Home() {
export default function Home(): JSX.Element {
return (
<div className="text-center flex flex-col justify-center">
<h1 className="text-4xl mb-2">Minecraft Utilities</h1>