fix: standardize caps
This commit is contained in:
parent
72eb851731
commit
644a6b32bd
22 changed files with 53 additions and 53 deletions
|
|
@ -103,7 +103,7 @@ const Services = () => {
|
|||
|
||||
return (
|
||||
<div className={classes.wrapper}>
|
||||
<TitleSection title="3rd Party services" />
|
||||
<TitleSection title="Third-Party services" />
|
||||
<Grid container spacing={4}>
|
||||
{R.values(schemas).map(schema => (
|
||||
<Grid item key={schema.code}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue