Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Dec 3, 2024
1 parent d0ca5f7 commit d268e87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/CourseOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ type CourseOverviewProps = {
const CourseOverview = ({ course, grades }: CourseOverviewProps) => {
return (
<div className="flex flex-col items-center gap-2">
<p className="text-2xl font-bold">
{searchQueryLabel(course)}
</p>
<p className="text-2xl font-bold">{searchQueryLabel(course)}</p>
{(grades.state === 'loading' && (
<Skeleton variant="rounded">
<p className="text-lg font-semibold">Overall grade: A+</p>
Expand Down

0 comments on commit d268e87

Please sign in to comment.