Skip to content

Commit

Permalink
Merge branch 'chore/pnpm-v10' of https://github.com/Longhorn-Develope…
Browse files Browse the repository at this point in the history
…rs/UT-Registration-Plus into chore/pnpm-v10
  • Loading branch information
doprz committed Feb 28, 2025
2 parents c904bea + 2f513ee commit cf99eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/components/calendar/CalendarBottomBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function CalendarBottomBar({ courseCells, setCourse }: CalendarBo
{displayCourses && (
<>
<Text variant='p' className='text-ut-black uppercase'>
Unscheduled
Async / Other
</Text>
<Text variant='h4' className='text-theme-offwhite/50'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export default function GradeDistribution({ course }: GradeDistributionProps): J
))}
</select>
<Link variant='small' href={UT_GRADE_DISTRIBUTION_URL} className='link'>
About the data
Data Source
</Link>
</div>
{distributions[semester] && !distributions[semester]!.instructorIncluded && (
Expand Down

0 comments on commit cf99eed

Please sign in to comment.