From 404653b2d819532b4ce03cc539a6e24bf2b854b9 Mon Sep 17 00:00:00 2001 From: Agamjot Date: Thu, 29 Feb 2024 15:58:33 -0800 Subject: [PATCH] gradeDistribution update --- app/(main)/professors/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(main)/professors/[id]/page.tsx b/app/(main)/professors/[id]/page.tsx index df6aea1..5166394 100644 --- a/app/(main)/professors/[id]/page.tsx +++ b/app/(main)/professors/[id]/page.tsx @@ -51,7 +51,7 @@ export default async function Page({ params }: { params: { id: string } }) { 'Tough grader', ]; const ratingDistribution = [11, 5, 1, 7, 23]; - const gradeDistribution = [2, 15, 11, 20, 7]; + const gradeDistribution = [2, 15, 11, 20, 9]; return (