Skip to content

Commit

Permalink
fix: small fixes (#29)
Browse files Browse the repository at this point in the history
* chore: update update date

* fix: url param university -> uni
  • Loading branch information
KevinWu098 authored Dec 28, 2023
1 parent 1a70355 commit cbea27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion components/search/blurb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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/18
{"GE-Z's"} data was last updated on 12/27
</div>
</div>

Expand Down

0 comments on commit cbea27c

Please sign in to comment.