header+ticker: new menu (HOME/FEATURED/THE LATEST/SHOW COVERAGE/FORUM/ABOUT) + drop reduced-motion rule that was freezing ticker animation
This commit is contained in:
@@ -28,8 +28,11 @@ interface NavItem {
|
||||
}
|
||||
|
||||
const navLinks: NavItem[] = [
|
||||
{ label: "Newsletter", href: "/newsletter" },
|
||||
{ label: "Forum", href: "/forum" },
|
||||
{ label: "HOME", href: "/" },
|
||||
{ label: "FEATURED", href: "/#featured" },
|
||||
{ label: "THE LATEST", href: "/news" },
|
||||
{ label: "SHOW COVERAGE", href: "/show-coverage" },
|
||||
{ label: "FORUM", href: "/forum" },
|
||||
];
|
||||
|
||||
export default function Header() {
|
||||
@@ -627,7 +630,6 @@ export default function Header() {
|
||||
|
||||
{/* Menu (right) */}
|
||||
<nav className="bb-browse-menu" aria-label="Main sections">
|
||||
<EventsDropdown />
|
||||
{navLinks.map((link) => (
|
||||
<Link
|
||||
key={link.label}
|
||||
|
||||
Reference in New Issue
Block a user