You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/components/Start/Welcome/index.js
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ var styles = {
27
27
textShadow:'1px 1px 0px #000',
28
28
},
29
29
};
30
-
varWelcome=function(){return(React.createElement("div",{style:styles.header,className:'cr-bg'},React.createElement("div",{style:styles.title},"CodeRoad"),React.createElement("div",{style:styles.tagline},"Tutorials in your Editor"),React.createElement("br",null),React.createElement("br",null),React.createElement(index_1.RouteButton,{label:'Start',route:'tutorials',style:styles.button})));};