diff --git a/client/images/down-arrow.svg b/client/images/down-arrow.svg index 03019675..8ea28980 100644 --- a/client/images/down-arrow.svg +++ b/client/images/down-arrow.svg @@ -2,7 +2,7 @@ arrow shape copy 2 - Created with Sketch. + @@ -11,4 +11,4 @@ - \ No newline at end of file + diff --git a/client/images/exit.svg b/client/images/exit.svg index c4b6bc27..dd19e998 100644 --- a/client/images/exit.svg +++ b/client/images/exit.svg @@ -2,7 +2,7 @@ Exit - Created with Sketch. + diff --git a/client/images/left-arrow.svg b/client/images/left-arrow.svg index 22f17dcb..ea692ff9 100644 --- a/client/images/left-arrow.svg +++ b/client/images/left-arrow.svg @@ -2,7 +2,7 @@ arrow shape copy - Created with Sketch. + diff --git a/client/images/minus.svg b/client/images/minus.svg index 95f8494b..c6a4b1ba 100644 --- a/client/images/minus.svg +++ b/client/images/minus.svg @@ -2,7 +2,7 @@ Decrease Value - Created with Sketch. + diff --git a/client/images/p5js-logo.svg b/client/images/p5js-logo.svg index 654bdc09..e35b924c 100644 --- a/client/images/p5js-logo.svg +++ b/client/images/p5js-logo.svg @@ -2,7 +2,7 @@ p5js-rect - Created with Sketch. + diff --git a/client/images/play.svg b/client/images/play.svg index 2c7648e8..98d2ae1d 100644 --- a/client/images/play.svg +++ b/client/images/play.svg @@ -2,7 +2,7 @@ play - Created with Sketch. + diff --git a/client/images/plus-icon.svg b/client/images/plus-icon.svg index 0b9347f2..502e2858 100644 --- a/client/images/plus-icon.svg +++ b/client/images/plus-icon.svg @@ -2,7 +2,7 @@ close shape - Created with Sketch. + diff --git a/client/images/plus.svg b/client/images/plus.svg index 449abd95..5629954a 100644 --- a/client/images/plus.svg +++ b/client/images/plus.svg @@ -2,7 +2,7 @@ Increase Value - Created with Sketch. + diff --git a/client/images/preferences.svg b/client/images/preferences.svg index 86a7a614..7d0393da 100644 --- a/client/images/preferences.svg +++ b/client/images/preferences.svg @@ -2,7 +2,7 @@ preferences - Created with Sketch. + diff --git a/client/images/right-arrow.svg b/client/images/right-arrow.svg index 6d62c369..ba720dde 100644 --- a/client/images/right-arrow.svg +++ b/client/images/right-arrow.svg @@ -2,7 +2,7 @@ arrow shape copy - Created with Sketch. + diff --git a/client/images/stop.svg b/client/images/stop.svg index 4ca0b398..c97f4b8a 100644 --- a/client/images/stop.svg +++ b/client/images/stop.svg @@ -2,7 +2,7 @@ stop - Created with Sketch. + diff --git a/client/images/up-arrow.svg b/client/images/up-arrow.svg index 7d78ff1f..1545520a 100644 --- a/client/images/up-arrow.svg +++ b/client/images/up-arrow.svg @@ -2,7 +2,7 @@ arrow shape copy - Created with Sketch. + diff --git a/client/modules/IDE/components/Console.js b/client/modules/IDE/components/Console.js index 5455f9d3..d201f557 100644 --- a/client/modules/IDE/components/Console.js +++ b/client/modules/IDE/components/Console.js @@ -55,15 +55,15 @@ class Console extends React.Component { }); return ( -
+

console

- + +
{childrenToDisplay} diff --git a/client/modules/IDE/components/NewFileForm.js b/client/modules/IDE/components/NewFileForm.js index c46ca9e5..782c13a4 100644 --- a/client/modules/IDE/components/NewFileForm.js +++ b/client/modules/IDE/components/NewFileForm.js @@ -12,7 +12,7 @@ function NewFileForm(props) { placeholder="Name" {...name} /> - + ); } diff --git a/client/modules/IDE/components/Preferences.js b/client/modules/IDE/components/Preferences.js index 58b23249..bad64200 100644 --- a/client/modules/IDE/components/Preferences.js +++ b/client/modules/IDE/components/Preferences.js @@ -30,6 +30,7 @@ function Preferences(props) { className="preferences__exit-button" onClick={props.closePreferences} title="exit" + aria-label="exit preferences" > @@ -40,14 +41,11 @@ function Preferences(props) { -
Increase
-
@@ -75,14 +70,11 @@ function Preferences(props) { -
Increase
-
- - + +
diff --git a/client/modules/IDE/components/Sidebar.js b/client/modules/IDE/components/Sidebar.js index 78119fc5..b680364a 100644 --- a/client/modules/IDE/components/Sidebar.js +++ b/client/modules/IDE/components/Sidebar.js @@ -15,24 +15,27 @@ function Sidebar(props) {

Sketch Files

- + - - +