Skip to content

Commit

Permalink
Fix cw721 execute page header descriptions (#197)
Browse files Browse the repository at this point in the history
* Change cw721 base execute page header texts

* Bump version
  • Loading branch information
findolor authored May 16, 2022
1 parent 84276f6 commit acfa9ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juno-tools",
"version": "1.1.0",
"version": "1.1.1",
"workspaces": [
"packages/*"
],
Expand Down
8 changes: 4 additions & 4 deletions pages/contracts/cw721/base/execute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ const CW721BaseExecutePage: NextPage = () => {

return (
<section className="py-6 px-12 space-y-4">
<NextSeo title="Execute CW1 Subkeys Contract" />
<NextSeo title="Execute CW721 Base Contract" />
<ContractPageHeader
description="CW1 Subkeys is a whitelisting contract dealing with Send, Delegate, Undelegate, Redelegate and Withdraw messages"
link={links['Docs CW1 Subkeys']}
title="CW1 Subkeys Contract"
description="CW721 Base is a specification for non fungible tokens based on CosmWasm."
link={links['Docs CW721 Base']}
title="CW721 Base Contract"
/>
<LinkTabs activeIndex={2} data={cw721BaseLinkTabs} />

Expand Down

0 comments on commit acfa9ba

Please sign in to comment.