some styling

This commit is contained in:
Sriram Hariharan
2023-03-08 00:41:04 -06:00
parent fe8c2378d2
commit 2562e65d66
5 changed files with 17 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ export default function CourseHeader({ course, onClose }: Props) {
return (
<>
{numInstructors > 1 && index === course.instructors.length - 1 ? '& ' : ''}
<Link key={name} span size='medium' weight='semi_bold' color='bluebonnet' url={url}>
<Link key={name} span size='medium' weight='normal' url={url}>
{name}
</Link>
{numInstructors > 2 && !isLast ? ', ' : ''}
@@ -81,7 +81,6 @@ export default function CourseHeader({ course, onClose }: Props) {
span
size='medium'
weight='normal'
color='bluebonnet'
url={getBuildingUrl(meeting.location?.building)}
disabled={!meeting.location?.building}
>