fix settings titles from PR comments
This commit is contained in:
parent
8ba86a1af4
commit
6594e23247
|
@ -127,7 +127,7 @@ class ManageOwners extends React.Component<Props, State> {
|
|||
return (
|
||||
<>
|
||||
<Block className={classes.formContainer}>
|
||||
<Heading tag="h3" className={classes.title}>
|
||||
<Heading tag="h2" className={classes.title}>
|
||||
Manage Safe Owners
|
||||
</Heading>
|
||||
<Paragraph className={classes.annotation} noMargin>
|
||||
|
|
|
@ -47,7 +47,7 @@ const ThresholdSettings = ({
|
|||
return (
|
||||
<>
|
||||
<Block className={classes.container}>
|
||||
<Heading tag="h3">Required confirmations</Heading>
|
||||
<Heading tag="h2">Required confirmations</Heading>
|
||||
<Paragraph>
|
||||
Any transaction requires the confirmation of:
|
||||
</Paragraph>
|
||||
|
|
Loading…
Reference in New Issue