We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d483eb0 commit df79e56Copy full SHA for df79e56
examples/stake-tokens/components/common/Layout.tsx
@@ -7,7 +7,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
7
return (
8
<Container maxWidth="64rem" attributes={{ py: '$14' }}>
9
<Head>
10
- <title>Create Cosmos App</title>
+ <title>Stake Tokens - Create Cosmos App</title>
11
<meta name="description" content="Generated by create cosmos app" />
12
<link rel="icon" href="/favicon.ico" />
13
</Head>
0 commit comments