Skip to content

Commit

Permalink
added placeholder to gened search bar (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
froggyyyyyyyyyyyyyy authored Nov 2, 2024
1 parent 1ba9eed commit d180b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/components/GenedsViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ const GenedsViewer = () => {
<Combobox.Input
className="relative mt-2 w-full cursor-default rounded border py-1 pl-1 pr-10 text-left transition duration-150 ease-in-out border-gray-200 sm:text-sm sm:leading-5"
onChange={(e) => setQuery(e.target.value)}
placeholder="Search courses by ID, description, instructor, name, or tag..."
/>
</Combobox>
</div>
Expand Down

0 comments on commit d180b84

Please sign in to comment.