lots of cleanup and add player chart

This commit is contained in:
Lee
2024-09-11 15:38:04 +01:00
parent a2401e6b57
commit f9e665b2e6
16 changed files with 324 additions and 54 deletions

View File

@ -35,7 +35,7 @@ const renderNavbarItem = (item: NavbarItem) => (
export default function Navbar() {
return (
<div className="w-full py-2">
<div className="h-10 rounded-md items-center flex justify-between bg-secondary">
<div className="h-10 rounded-md items-center flex justify-between bg-secondary/90">
{/* Left-aligned items */}
<div className="flex items-center h-full">
<ProfileButton />