Small tweak to the margin
This commit is contained in:
@@ -56,7 +56,7 @@ async function SuspendedPage({ ign: pign }: { ign: string }) {
|
||||
if (!mc) {
|
||||
return (
|
||||
<div className="flex flex-col items-center min-h-screen">
|
||||
<h1 className="mt-25">Player not found</h1>
|
||||
<h1 className="mt-35">Player not found</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
@@ -66,7 +66,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 hasn't joined hypixel</h1>
|
||||
<h1 className="mt-35">Player hasn't joined hypixel</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user