Skip to content

Commit

Permalink
fix: space in blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Dec 29, 2023
1 parent 66aaaa3 commit ca81804
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/search/blurb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ const SearchBlurb = (props: BlurbProps) => {
<div>
We found{" "}
<b className="text-black">
{data ? filterData(data, filterValues).length : "x"}
{data ? filterData(data, filterValues).length : "x"}{" "}
courses
</b>{" "}
that may articulate to{" "}
<b className="text-black">
{searchUniversity}
</b> for{" "}
<b className="text-black">{searchUniversity}</b> for{" "}
<b className="text-black">{`${searchGE?.split(
" ",
)[0]} Category ${searchGE?.split(" ")[1]}`}</b>{" "}
Expand Down

0 comments on commit ca81804

Please sign in to comment.