File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ function NavBar() {
84
84
GET STARTED
85
85
</ Link >
86
86
</ MenuItem >
87
- < MenuItem >
87
+ { /* <MenuItem>
88
88
<Link
89
89
as={NextLink}
90
90
href="/lessons"
@@ -97,7 +97,7 @@ function NavBar() {
97
97
>
98
98
Tracks
99
99
</Link>
100
- </ MenuItem >
100
+ </MenuItem> */ }
101
101
</ MenuList >
102
102
</ Menu >
103
103
</ Flex >
@@ -136,7 +136,7 @@ function NavBar() {
136
136
Get Started
137
137
</ Link >
138
138
139
- < Link
139
+ { /* <Link
140
140
as={NextLink}
141
141
href="/lessons"
142
142
passHref
@@ -147,7 +147,7 @@ function NavBar() {
147
147
}
148
148
>
149
149
Tracks
150
- </ Link >
150
+ </Link> */ }
151
151
152
152
{ /* <Button colorScheme="gray" variant="solid">
153
153
<ConnectButton chainStatus="icon" showBalance={false} />
Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ const PageSeoLayout = ({
14
14
return (
15
15
< >
16
16
< NextSeo
17
+ title = { `Developer DAO Academy | ${ title } ` }
18
+ description = { description }
17
19
openGraph = { {
18
20
type : 'website' ,
19
21
locale : 'en_US' ,
20
22
url : `https://${ process . env . NEXT_PUBLIC_VERCEL_URL } /landing-page-screenshot.png` ,
21
- site_name : ' Developer DAO Academy' ,
23
+ site_name : ` Developer DAO Academy` ,
22
24
title : `Developer DAO Academy | ${ title } ` ,
23
25
description : `${ description } ` ,
24
26
images : [
Original file line number Diff line number Diff line change @@ -37,7 +37,10 @@ const GettingStarted: NextPage<LessonProps> = ({ lessons }) => {
37
37
38
38
return (
39
39
< React . Fragment >
40
- < PageSeoLayout title = "Getting Started" description = "Getting Started" >
40
+ < PageSeoLayout
41
+ title = "Getting Started"
42
+ description = "D_D Academy is an open-source education platform created by the Developer DAO."
43
+ >
41
44
< Flex
42
45
as = "main"
43
46
py = { 5 }
You can’t perform that action at this time.
0 commit comments