diff --git a/frontend/src/routes/admin/+page.svelte b/frontend/src/routes/admin/+page.svelte index 809adfe..1e2f2b1 100644 --- a/frontend/src/routes/admin/+page.svelte +++ b/frontend/src/routes/admin/+page.svelte @@ -759,7 +759,7 @@ isSuperAdmin || !ELEVATED_PERMS.includes(userDetail?.perms ?? '') ); - const PROJECT_TYPES = ['web', 'windows', 'mac', 'linux', 'cross-platform', 'python', 'android', 'ios', 'other']; + const PROJECT_TYPES = ['web', 'windows', 'mac', 'linux', 'cross-platform', 'python', 'cad', 'hardware', 'android', 'ios', 'other']; let filteredProjects = $derived.by(() => { let result = allProjects;