Skip to content

Commit

Permalink
standardize requirement rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
daisykucharski committed Nov 12, 2023
1 parent afb1615 commit 8f0f7c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const SectionRequirement: React.FC<SidebarRequirementProps> = ({
return (
<div>
<Text fontSize="sm" as="i">
Complete one of the following:
Complete 1 of the following:
</Text>
{requirement.courses.map((course, index) => (
<SectionRequirement
Expand Down

0 comments on commit 8f0f7c9

Please sign in to comment.