File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -218,9 +218,9 @@ function sidebarHome() {
218
218
text : "Quick start guide" ,
219
219
link : "/tutorials/quick-start" ,
220
220
} ,
221
- { text : "Build a Rollup " , link : "/tutorials/wordle" } ,
221
+ { text : "Build a chain " , link : "/tutorials/wordle" } ,
222
222
{
223
- text : "Connect Your DA" ,
223
+ text : "DA" ,
224
224
collapsed : true ,
225
225
items : [
226
226
{
@@ -260,7 +260,7 @@ function sidebarHome() {
260
260
] ,
261
261
} ,
262
262
{
263
- text : "Choose your execution " ,
263
+ text : "Execution " ,
264
264
collapsed : true ,
265
265
items : [
266
266
{ text : "CosmWasm" , link : "/tutorials/cosmwasm" } ,
@@ -283,7 +283,7 @@ function sidebarHome() {
283
283
] ,
284
284
} ,
285
285
{
286
- text : "Deploy Your Rollup " ,
286
+ text : "Deploy your chain " ,
287
287
collapsed : true ,
288
288
items : [
289
289
{
You can’t perform that action at this time.
0 commit comments