diff --git a/components/hero/hero.tsx b/components/hero/hero.tsx index 7a07448..9ca6726 100644 --- a/components/hero/hero.tsx +++ b/components/hero/hero.tsx @@ -50,7 +50,7 @@ const Hero = () => { const handleSubmit = (e: FormEvent) => { e.preventDefault(); router.push( - `/search?university=${encodeURIComponent( + `/search?uni=${encodeURIComponent( university, )}&ge=${encodeURIComponent(ge)}`, ); diff --git a/components/search/blurb.tsx b/components/search/blurb.tsx index 841ed42..b458de2 100644 --- a/components/search/blurb.tsx +++ b/components/search/blurb.tsx @@ -55,7 +55,7 @@ const SearchBlurb = (props: BlurbProps) => { information.
- {"GE-Z's"} data was last updated on 12/18 + {"GE-Z's"} data was last updated on 12/27