diff --git a/frontend/src/pages/ClassesPage.tsx b/frontend/src/pages/ClassesPage.tsx
index 995dd7571..899106dd4 100644
--- a/frontend/src/pages/ClassesPage.tsx
+++ b/frontend/src/pages/ClassesPage.tsx
@@ -340,12 +340,16 @@ export default function ClassesPage() {
-
+
All Programs
{programOptions.map(([id, name]) => (
-
+
{name}
))}