Skip to content

Commit

Permalink
chore: update manual value
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Dec 30, 2023
1 parent 4413c19 commit 61ebca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const EXAMPLES = [
{
uni: "UC Irvine",
ge: "GE VII - Multicultural Studies",
courses: 100,
courses: 75,
link: "/search?uni=University%20of%20California%2C%20Irvine&ge=GE%20VII",
},
];
Expand Down
2 changes: 1 addition & 1 deletion components/search/Blurb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const SearchBlurb = (props: BlurbProps) => {
information.
</div>
<div className="flex text-base font-light text-gray md:justify-end">
{"GE-Z's"} data was last updated on 12/27
{"GE-Z's"} data was last updated on 12/30
</div>
</div>

Expand Down

0 comments on commit 61ebca4

Please sign in to comment.