Skip to content

Commit

Permalink
Update SegmentedControl options
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsukiKigoshi committed Nov 23, 2023
1 parent 77e7fcf commit ab7da2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/RequirementTable/RequirementTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function RequirementTable() {
/>

{/* If "Major 2 / Minor" is not selected, this SegmentedControl will be disabled */}
<SegmentedControl data={["Major", "Minor"]} />
<SegmentedControl data={["Major 2", "Minor"]} />
</Stack>
</SimpleGrid>
);
Expand Down

0 comments on commit ab7da2d

Please sign in to comment.