Skip to content

Commit c43a960

Browse files
committed
fix text bug
1 parent b37388d commit c43a960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = function(app, db){
7171
}else if(meta.type == 'button'){
7272
return '<rocon-button flex rocon_id="'+meta.name+'" text="'+meta.text+'"></rocon-button>';
7373
}else if(meta.type == 'text'){
74-
return '<rocon-text flex rocon_id="'+meta.name+'" text="'+meta.text+'"></rocon-button>';
74+
return '<rocon-text flex rocon_id="'+meta.name+'" text="'+meta.text+'"></rocon-text>';
7575
}
7676

7777

0 commit comments

Comments
 (0)