Skip to content

Commit

Permalink
tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
porkboi committed May 25, 2024
1 parent 44c0862 commit 4dae61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/CourseList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const CourseList = ({ courseIDs, children }: Props) => {

return (
<div className="py-6 px-2 md:px-6">
<div className="text-gray-400 mt-3 text-sm" style={{paddingBottom:"1em"}}>{courseIDs.length} Saved Courses </div>
<div className="text-gray-400 mt-3 text-sm pb-2">{courseIDs.length} Saved Courses </div>
{results.length > 0 ? (
<div className="space-y-4">
{/* We found less courses than what we search for, so put a Loading indicator */}
Expand Down

0 comments on commit 4dae61e

Please sign in to comment.