Remove remaining Settings and Assignments links
Build and Push Docker Image / build (push) Successful in 8m43s Details

Fix stale links to deleted pages:
- Remove Settings link from programs list dropdown
- Remove Manage Assignments link from projects list dropdown

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-02-03 10:56:14 +01:00
parent 406ec46c81
commit a72e815d3a
2 changed files with 0 additions and 15 deletions

View File

@ -31,7 +31,6 @@ import {
Plus, Plus,
MoreHorizontal, MoreHorizontal,
FolderKanban, FolderKanban,
Settings,
Eye, Eye,
Pencil, Pencil,
} from 'lucide-react' } from 'lucide-react'
@ -147,12 +146,6 @@ async function ProgramsContent() {
Edit Edit
</Link> </Link>
</DropdownMenuItem> </DropdownMenuItem>
<DropdownMenuItem asChild>
<Link href={`/admin/programs/${program.id}/settings`}>
<Settings className="mr-2 h-4 w-4" />
Settings
</Link>
</DropdownMenuItem>
</DropdownMenuContent> </DropdownMenuContent>
</DropdownMenu> </DropdownMenu>
</TableCell> </TableCell>

View File

@ -391,14 +391,6 @@ export default function ProjectsPage() {
Edit Edit
</Link> </Link>
</DropdownMenuItem> </DropdownMenuItem>
<DropdownMenuItem asChild>
<Link
href={`/admin/projects/${project.id}/assignments`}
>
<Users className="mr-2 h-4 w-4" />
Manage Assignments
</Link>
</DropdownMenuItem>
</DropdownMenuContent> </DropdownMenuContent>
</DropdownMenu> </DropdownMenu>
</TableCell> </TableCell>