Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unkn-wn committed Dec 5, 2024
1 parent 5e2e9fa commit 3225a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/fullInstructorModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const FullInstructorModal = ({ course }) => {
<h1 className='text-white text-2xl font-bold'>All Instructors Breakdown</h1>
<h3 className='text-white text-sm'>
This graphic displays all semesters and professors that have taught this course. Use the search bar below to filter for a specific professor!<br />
GPA: <span className='bg-[#632230] px-2'>1.0</span><span className='bg-[#ddaa33] px-2 text-black'>4.0</span>
GPA: <span className='bg-[#8f3301] px-2'>1.0</span><span className='bg-[#4beb1d] px-2 text-black'>4.0</span>
</h3>
<SearchBar
placeholder="Filter instructors..."
Expand Down
2 changes: 1 addition & 1 deletion src/components/gpaModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const GpaModal = ({ course }) => {
<h1 className='text-white text-2xl font-bold'>GPA Breakdown</h1>
<h3 className='text-white text-sm'>
This graphic displays all the professors along with their GPA for each semester. Use the search bar to filter for a specific professor!<br />
GPA: <span className='bg-[#632230] px-2'>1.0</span><span className='bg-[#ddaa33] px-2 text-black'>4.0</span>
GPA: <span className='bg-[#8f3301] px-2'>1.0</span><span className='bg-[#4beb1d] px-2 text-black'>4.0</span>
</h3>
<SearchBar
placeholder="Filter instructors..."
Expand Down

0 comments on commit 3225a35

Please sign in to comment.