Skip to content

Commit e8cc6f0

Browse files
author
Eason Smith
committed
rename Create Cosmos App with Create Interchain App
1 parent a899df3 commit e8cc6f0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/stake-tokens/components/common/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function Header() {
4040
marginBottom: '$2',
4141
}}
4242
>
43-
Create Cosmos App
43+
Create Interchain App
4444
</Text>
4545
<Text as="h2" fontWeight="$bold">
4646
<Text

examples/stake-tokens/components/common/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export function Layout({ children }: { children: React.ReactNode }) {
77
return (
88
<Container maxWidth="64rem" attributes={{ py: '$14' }}>
99
<Head>
10-
<title>Stake Tokens - Create Cosmos App</title>
11-
<meta name="description" content="Generated by create cosmos app" />
10+
<title>Stake Tokens - Create Interchain App</title>
11+
<meta name="description" content="Generated by create interchain app" />
1212
<link rel="icon" href="/favicon.ico" />
1313
</Head>
1414
<Header />

examples/vote-proposal/components/common/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function Header() {
4444
marginBottom: '$8',
4545
}}
4646
>
47-
Create Cosmos App
47+
Create Interchain App
4848
</Text>
4949
<Text as="h2" fontWeight="$bold">
5050
<Text

examples/vote-proposal/components/common/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export function Layout({ children }: { children: React.ReactNode }) {
77
return (
88
<Container maxWidth="64rem" attributes={{ py: '$14' }}>
99
<Head>
10-
<title>Vote Proposal - Create Cosmos App</title>
11-
<meta name="description" content="Generated by create cosmos app" />
10+
<title>Vote Proposal - Create Interchain App</title>
11+
<meta name="description" content="Generated by create interchain app" />
1212
<link rel="icon" href="/favicon.ico" />
1313
</Head>
1414
<Header />

0 commit comments

Comments
 (0)