Updated naming
This commit is contained in:
@@ -4,7 +4,7 @@ export default function Home() {
|
|||||||
return (
|
return (
|
||||||
<div className="flex flex-col items-center min-h-screen">
|
<div className="flex flex-col items-center min-h-screen">
|
||||||
<div className="mt-[20vh]">
|
<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>
|
</div>
|
||||||
<SearchBar />
|
<SearchBar />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ import type { Metadata } from "next"
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: {
|
title: {
|
||||||
template: "%s | Hypixel Stats",
|
template: "%s | HypStats",
|
||||||
default: "Hypixel Stats"
|
default: "HypStats"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export default function Header({ searchBar = false }: { searchBar?: boolean }) {
|
|||||||
<header className="fixed w-screen z-1000 bg-background/50 backdrop-blur-sm">
|
<header className="fixed w-screen z-1000 bg-background/50 backdrop-blur-sm">
|
||||||
<nav className="flex justify-between items-center px-6 border-b h-header">
|
<nav className="flex justify-between items-center px-6 border-b h-header">
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<span className="text-lg font-semibold">Hypixel Stats</span>
|
<span className="text-lg font-semibold">HypStats</span>
|
||||||
</Link>
|
</Link>
|
||||||
{searchBar && <SearchBar navbar />}
|
{searchBar && <SearchBar navbar />}
|
||||||
<ThemeSwitcher />
|
<ThemeSwitcher />
|
||||||
|
|||||||
Reference in New Issue
Block a user