Updated font

This commit is contained in:
2025-09-03 21:48:44 +02:00
parent a5cfbed065
commit 9b2710fc3b
5 changed files with 17 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import { ThemeSwitcher } from "./theme-switcher"
export default function Header({ searchBar = false }: { searchBar?: boolean }) {
return (
<header className="fixed w-screen 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">
<Link href="/">
<span className="text-lg font-semibold">Hypixel Stats</span>