wip
This commit is contained in:
@@ -884,6 +884,14 @@ export default function RaceDetailPage() {
|
||||
File Protest
|
||||
</Button>
|
||||
)}
|
||||
<Button
|
||||
variant="secondary"
|
||||
className="w-full flex items-center justify-center gap-2"
|
||||
onClick={() => router.push(`/races/${race.id}/stewarding`)}
|
||||
>
|
||||
<Scale className="w-4 h-4" />
|
||||
Stewarding
|
||||
</Button>
|
||||
</>
|
||||
)}
|
||||
|
||||
@@ -913,38 +921,6 @@ export default function RaceDetailPage() {
|
||||
</div>
|
||||
</div>
|
||||
</Card>
|
||||
|
||||
{/* Quick Links */}
|
||||
<Card>
|
||||
<h3 className="text-sm font-semibold text-white mb-3">Quick Links</h3>
|
||||
<div className="space-y-2">
|
||||
<Link
|
||||
href="/races"
|
||||
className="flex items-center gap-3 p-2 rounded-lg hover:bg-deep-graphite transition-colors"
|
||||
>
|
||||
<Flag className="w-4 h-4 text-gray-400" />
|
||||
<span className="text-sm text-gray-300">All Races</span>
|
||||
</Link>
|
||||
{league && (
|
||||
<Link
|
||||
href={`/leagues/${league.id}`}
|
||||
className="flex items-center gap-3 p-2 rounded-lg hover:bg-deep-graphite transition-colors"
|
||||
>
|
||||
<Trophy className="w-4 h-4 text-gray-400" />
|
||||
<span className="text-sm text-gray-300">{league.name}</span>
|
||||
</Link>
|
||||
)}
|
||||
{league && (
|
||||
<Link
|
||||
href={`/leagues/${league.id}/standings`}
|
||||
className="flex items-center gap-3 p-2 rounded-lg hover:bg-deep-graphite transition-colors"
|
||||
>
|
||||
<Users className="w-4 h-4 text-gray-400" />
|
||||
<span className="text-sm text-gray-300">League Standings</span>
|
||||
</Link>
|
||||
)}
|
||||
</div>
|
||||
</Card>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user