chore: changed text to data source (#537)
This commit is contained in:
@@ -260,7 +260,7 @@ export default function GradeDistribution({ course }: GradeDistributionProps): J
|
|||||||
))}
|
))}
|
||||||
</select>
|
</select>
|
||||||
<Link variant='small' href={UT_GRADE_DISTRIBUTION_URL} className='link'>
|
<Link variant='small' href={UT_GRADE_DISTRIBUTION_URL} className='link'>
|
||||||
About the data
|
Data Source
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
{distributions[semester] && !distributions[semester]!.instructorIncluded && (
|
{distributions[semester] && !distributions[semester]!.instructorIncluded && (
|
||||||
|
|||||||
Reference in New Issue
Block a user