Update splits contract description
This commit is contained in:
parent
cdf8064768
commit
4cee660462
@ -100,7 +100,7 @@ const SplitsExecutePage: NextPage = () => {
|
||||
<section className="py-6 px-12 space-y-4">
|
||||
<NextSeo title="Execute Splits Contract" />
|
||||
<ContractPageHeader
|
||||
description="Splits contract distributes funds to a cw4-group based on their weights."
|
||||
description="Splits contract distributes funds to a cw4-group based on member weights."
|
||||
link={links.Documentation}
|
||||
title="Splits Contract"
|
||||
/>
|
||||
|
@ -142,7 +142,7 @@ const SplitsInstantiatePage: NextPage = () => {
|
||||
<form className="py-6 px-12 space-y-4" onSubmit={mutate}>
|
||||
<NextSeo title="Instantiate Splits Contract" />
|
||||
<ContractPageHeader
|
||||
description="Splits contract distributes funds to a cw4-group based on their weights."
|
||||
description="Splits contract distributes funds to a cw4-group based on member weights."
|
||||
link={links.Documentation}
|
||||
title="Splits Contract"
|
||||
/>
|
||||
|
@ -93,7 +93,7 @@ const SplitsMigratePage: NextPage = () => {
|
||||
<section className="py-6 px-12 space-y-4">
|
||||
<NextSeo title="Migrate Splits Contract" />
|
||||
<ContractPageHeader
|
||||
description="Splits contract distributes funds to a cw4-group based on their weights."
|
||||
description="Splits contract distributes funds to a cw4-group based on member weights."
|
||||
link={links.Documentation}
|
||||
title="Splits Contract"
|
||||
/>
|
||||
|
@ -110,7 +110,7 @@ const SplitsQueryPage: NextPage = () => {
|
||||
<section className="py-6 px-12 space-y-4">
|
||||
<NextSeo title="Query Splits Contract" />
|
||||
<ContractPageHeader
|
||||
description="Splits contract distributes funds to a cw4-group based on their weights."
|
||||
description="Splits contract distributes funds to a cw4-group based on member weights."
|
||||
link={links.Documentation}
|
||||
title="Splits Contract"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user