From 5d84f77a0c33add1fd27fe64e209fc44f4b9b911 Mon Sep 17 00:00:00 2001 From: Wongspatt Pasadhika <94737324+uno-p-5@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:27:54 -0700 Subject: [PATCH] Update page.tsx --- app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index eae3e89..1c273e5 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -20,19 +20,19 @@ const EXAMPLES = [ { uni: "UC Irvine", ge: "GE IV - Arts and Humanities", - courses: 150, + courses: 75, link: "/search?uni=University%20of%20California%2C%20Irvine&ge=GE%20IV", }, { uni: "UC Santa Barbara", ge: "GE E - Culture and Thought", - courses: 100, + courses: 75, link: "/search?uni=University%20of%20California%2C%20Santa%20Barbara&ge=GE%20E", }, { uni: "UC Irvine", ge: "GE VII - Multicultural Studies", - courses: 75, + courses: 50, link: "/search?uni=University%20of%20California%2C%20Irvine&ge=GE%20VII", }, ];