File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
stake-tokens/components/common
vote-proposal/components/common Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments