From 25134d4d8635ace72fa89caa93a9807fc00c75e8 Mon Sep 17 00:00:00 2001 From: Delucse <46593742+Delucse@users.noreply.github.com> Date: Tue, 15 Sep 2020 15:29:59 +0200 Subject: [PATCH] hardware images without distortion --- src/components/Tutorial/Hardware.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Tutorial/Hardware.js b/src/components/Tutorial/Hardware.js index 9110283..614d6ae 100644 --- a/src/components/Tutorial/Hardware.js +++ b/src/components/Tutorial/Hardware.js @@ -62,7 +62,9 @@ class Hardware extends Component { {this.props.picture.map((picture,i) => ( - {picture} this.handleClickOpen(picture, `/media/hardware/${picture}.png`)}/> +
+ {picture} this.handleClickOpen(picture, `/media/hardware/${picture}.png`)}/> +