diff --git a/js/app.js b/js/app.js index 1c84348..1e03513 100644 --- a/js/app.js +++ b/js/app.js @@ -15,19 +15,20 @@ TW.Init(ShadowCSS, ShadowDiv); React.render(html` <${Store.Provider}> -
+
<${UI.Header}/> -
+
<${UI.Controls}/> <${UI.Chart}> <${UI.Audiogram}/> -
<${UI.Display}/>
+
+ <${UI.Display}/> +
+
- -
diff --git a/js/ui.js b/js/ui.js index dfcc679..822fa87 100644 --- a/js/ui.js +++ b/js/ui.js @@ -19,7 +19,7 @@ export function Button({children, icon, light, disabled, inactive, onClick, clas return html`