We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37388d commit c43a960Copy full SHA for c43a960
src/routes.js
@@ -71,7 +71,7 @@ module.exports = function(app, db){
71
}else if(meta.type == 'button'){
72
return '<rocon-button flex rocon_id="'+meta.name+'" text="'+meta.text+'"></rocon-button>';
73
}else if(meta.type == 'text'){
74
- return '<rocon-text flex rocon_id="'+meta.name+'" text="'+meta.text+'"></rocon-button>';
+ return '<rocon-text flex rocon_id="'+meta.name+'" text="'+meta.text+'"></rocon-text>';
75
}
76
77
0 commit comments