Skip to content

Commit

Permalink
Merge pull request #3 from SJSUCSClub/feat/courses-page-ahmadgaz
Browse files Browse the repository at this point in the history
feat: Courses Page
  • Loading branch information
ahmadgaz authored Feb 29, 2024
2 parents 8bffd13 + 621e44a commit 4dcce93
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 696 deletions.
10 changes: 4 additions & 6 deletions components/forms/dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ export default function Dropdown({
)}
>
<div className="flex items-center justify-between gap-[32px]">
{label ? (
<label className="flex gap-[3px] text-heading text-neutral">
{label}
{required ? <span className="text-important">*</span> : null}
</label>
) : null}
<label className="flex gap-[3px] text-heading text-neutral">
{label}
{required ? <span className="text-important">*</span> : null}
</label>
{error ? (
<p className="flex text-subheading italic text-important">{error}</p>
) : null}
Expand Down
Loading

0 comments on commit 4dcce93

Please sign in to comment.