Updated naming

This commit is contained in:
2025-09-12 23:57:23 +02:00
parent 0ae7edbb24
commit b277344f4e
3 changed files with 4 additions and 4 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">Hypixel Stats</h1>
<h1 className="text-4xl font-bold text-center">HypStats</h1>
</div>
<SearchBar />
</div>

View File

@@ -8,8 +8,8 @@ import type { Metadata } from "next"
export const metadata: Metadata = {
title: {
template: "%s | Hypixel Stats",
default: "Hypixel Stats"
template: "%s | HypStats",
default: "HypStats"
}
}