File tree Expand file tree Collapse file tree 8 files changed +1379
-5
lines changed Expand file tree Collapse file tree 8 files changed +1379
-5
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ const GettingStarted: React.FC<LessonProps> = ({ lessons }) => {
62
62
>
63
63
What is D_D Academy?
64
64
</ Heading >
65
- < Text apply = "mdx.p" as = "p" fontSize = "xl" >
66
- " D_D Academy" is an open-source education platform created
67
- by the Developer DAO.
65
+ < Text apply = "mdx.p" as = "p" fontSize = "xl" textAlign = "center" >
66
+ < strong > D_D Academy</ strong > is an open-source education platform
67
+ created by the Developer DAO.
68
68
</ Text >
69
- < Text apply = "mdx.p" as = "p" fontSize = "xl" >
69
+ < Text apply = "mdx.p" as = "p" fontSize = "xl" textAlign = "center" >
70
70
We seek to{ ' ' }
71
71
< Text fontWeight = "bold" as = "strong" color = "#F96C9D" >
72
72
empower learners
@@ -141,7 +141,7 @@ const GettingStarted: React.FC<LessonProps> = ({ lessons }) => {
141
141
This project is just getting started.
142
142
</ Heading >
143
143
144
- < Text apply = "mdx.div" as = "div" fontSize = "xl" >
144
+ < Text apply = "mdx.div" as = "div" fontSize = "xl" textAlign = "center" >
145
145
< UnorderedList listStyleType = "none" >
146
146
< ListItem >
147
147
We're looking for{ ' ' }
You can’t perform that action at this time.
0 commit comments