Skip to content

Commit 70f5701

Browse files
author
Eason Smith
committed
modify title, added "Vote Proposal" to it
1 parent 86337ac commit 70f5701

File tree

1 file changed

+1
-1
lines changed
  • examples/vote-proposal/components/common

1 file changed

+1
-1
lines changed

examples/vote-proposal/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>Vote Proposal - 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)