wip
This commit is contained in:
@@ -9,6 +9,7 @@ import { useAuth } from '@/lib/auth/AuthContext';
|
||||
type AlphaNavProps = Record<string, never>;
|
||||
const nonHomeLinks = [
|
||||
{ href: '/leagues', label: 'Leagues' },
|
||||
{ href: '/races', label: 'Races' },
|
||||
{ href: '/teams', label: 'Teams' },
|
||||
{ href: '/drivers', label: 'Drivers' },
|
||||
{ href: '/leaderboards', label: 'Leaderboards' },
|
||||
|
||||
Reference in New Issue
Block a user