Skip to content

Commit df79e56

Browse files
author
Eason Smith
committed
modify title name
1 parent d483eb0 commit df79e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)