Skip to content

Commit ee5fca6

Browse files
committed
fix: correct capitalization in SelectGroup title
1 parent a91e001 commit ee5fca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/Filters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const SelectGroup = ({
2323
return (
2424
<>
2525
<Typography.Title heading={6} style={{ marginBottom: 24 }}>
26-
Add category by Cases and Metrics:
26+
Add category by cases and metrics:
2727
</Typography.Title>
2828
<Grid.Row gutter={40}>
2929
<Grid.Col span={8}>

0 commit comments

Comments
 (0)