Small changes

This commit is contained in:
2025-09-06 23:04:07 +02:00
parent a3da8a892c
commit e604294208
11 changed files with 14 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ export default function Home() {
return (
<div className="flex flex-col items-center min-h-screen">
<div className="mt-[20vh]">
<h1 className="text-4xl font-bold text-center">Stats Hypixel</h1>
<h1 className="text-4xl font-bold text-center">Hypixel Stats</h1>
</div>
<SearchBar />
</div>