Skip to content

Commit

Permalink
fix: url param university -> uni
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Dec 28, 2023
1 parent 7f95756 commit d3180e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Hero = () => {
const handleSubmit = (e: FormEvent) => {
e.preventDefault();
router.push(
`/search?university=${encodeURIComponent(
`/search?uni=${encodeURIComponent(
university,
)}&ge=${encodeURIComponent(ge)}`,
);
Expand Down

0 comments on commit d3180e2

Please sign in to comment.