From 68af341816fc26974fd1d3301b43c31482a1dfc7 Mon Sep 17 00:00:00 2001
From: Delucse <46593742+Delucse@users.noreply.github.com>
Date: Wed, 16 Sep 2020 10:49:56 +0200
Subject: [PATCH] cogs symbol to illustrate compiling
---
src/components/Compile.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/Compile.js b/src/components/Compile.js
index e42f5cf..8326d20 100644
--- a/src/components/Compile.js
+++ b/src/components/Compile.js
@@ -13,7 +13,7 @@ import Dialog from '@material-ui/core/Dialog';
import IconButton from '@material-ui/core/IconButton';
import Tooltip from '@material-ui/core/Tooltip';
-import { faPlay } from "@fortawesome/free-solid-svg-icons";
+import { faCogs } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
const styles = (theme) => ({
@@ -82,12 +82,12 @@ class Compile extends Component {
className={this.props.classes.button}
onClick={() => this.compile()}
>
-
+
:
}