Updated header and added not found page

This commit is contained in:
2025-09-02 23:57:35 +02:00
parent 32d34a0ff5
commit 573492ba14
5 changed files with 44 additions and 23 deletions

View File

@@ -52,7 +52,7 @@ async function SuspendedPage({ ign: pign }: { ign: string }) {
if (!player) {
return (
<div className="flex flex-col items-center min-h-screen">
<h1 className="mt-25">Player not found</h1>
<h1 className="mt-25">Player hasn&apos;t joined hypixel</h1>
</div>
)
}