File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -264,8 +264,8 @@ const GettingStartedPage: NextPageWithLayout<Lessons> = () => {
264
264
GettingStartedPage . getLayout = function getLayout ( page : ReactElement ) {
265
265
return (
266
266
< Layout
267
- title = "Dapp Page" // DEV_NOTE: This is for the next-seo per page config
268
- description = "A page for your dapp." // DEV_NOTE: This is for the next-seo per page config
267
+ title = "Getting Started"
268
+ description = "D_D Academy is an open-source education platform created by the Developer DAO."
269
269
>
270
270
{ page }
271
271
</ Layout >
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ const Home: NextPageWithLayout = () => {
10
10
Home . getLayout = function getLayout ( page : ReactElement ) {
11
11
return (
12
12
< Layout
13
- title = "Dapp Page" // DEV_NOTE: This is for the next-seo per page config
14
- description = "A page for your dapp." // DEV_NOTE: This is for the next-seo per page config
13
+ title = "Learn Web3"
14
+ description = "D_D Academy is on a mission to educate coders to the exciting possibilities of building web3 Open Source."
15
15
>
16
16
{ page }
17
17
</ Layout >
You can’t perform that action at this time.
0 commit comments