Skip to content

Commit

Permalink
refactor: tailwind style
Browse files Browse the repository at this point in the history
  • Loading branch information
Razboy20 committed Mar 24, 2024
1 parent 6190f84 commit 6f9a9c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default function GradeDistribution({ course }: GradeDistributionProps): J
Grade Distribution for {course.department} {course.number}
</Text>
{/* <select
className='flex items-center py-1 px-1 gap-1 border border rounded-1 border-solid'
className='flex items-center py-1 px-1 gap-1 border border rounded border-solid'
onChange={handleSelectSemester}
>
{Object.keys(distributions)
Expand Down

0 comments on commit 6f9a9c8

Please sign in to comment.