Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
uno-p-5 authored Mar 20, 2024
1 parent 0d03348 commit 5d84f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
];
Expand Down

0 comments on commit 5d84f77

Please sign in to comment.