This commit is contained in:
hxt
2025-04-22 23:02:07 +08:00
parent 3541d17ef5
commit 85c381ab50
6 changed files with 514 additions and 0 deletions

View File

@@ -61,6 +61,16 @@ const Navbar: React.FC<NavbarProps> = ({ onLoginClick }) => {
>
</Link>
<Link
to="/lineup"
className={`px-4 py-2 rounded-md text-sm font-medium transition-all duration-200 ${
location.pathname === "/lineup"
? "text-[#E6B17E] bg-[#2A211E] shadow-md transform scale-105"
: "text-[#C17F59] hover:bg-[#2A211E] hover:text-[#E6B17E] hover:shadow-md"
} !rounded-button whitespace-nowrap cursor-pointer`}
>
</Link>
<Link
to="/news"
className={`px-4 py-2 rounded-md text-sm font-medium transition-all duration-200 ${
@@ -147,6 +157,16 @@ const Navbar: React.FC<NavbarProps> = ({ onLoginClick }) => {
>
</Link>
<Link
to="/lineup"
className={`block px-4 py-3 rounded-md text-base font-medium transition-all duration-200 ${
location.pathname === "/lineup"
? "text-[#E6B17E] bg-[#2A211E] shadow-md"
: "text-[#C17F59] hover:bg-[#2A211E] hover:text-[#E6B17E] hover:shadow-md"
} !rounded-button whitespace-nowrap cursor-pointer`}
>
</Link>
<Link
to="/news"
className={`block px-4 py-3 rounded-md text-base font-medium transition-all duration-200 ${