From f6abc1a5112c0607b9736e5e5d989c6a2c4c2a56 Mon Sep 17 00:00:00 2001 From: mahdi Date: Mon, 10 Jan 2022 16:23:55 +0330 Subject: [PATCH] update --- src/App.js | 6 +++--- src/components/Design2D/Design2D.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.js b/src/App.js index 06a2329..9ae8cc3 100644 --- a/src/App.js +++ b/src/App.js @@ -22,7 +22,7 @@ import Feedback from "./components/Feedback/index"; function App() { return (
- {/* + @@ -36,9 +36,9 @@ function App() { - */} + {/* */} - {/* */} +
diff --git a/src/components/Design2D/Design2D.js b/src/components/Design2D/Design2D.js index 5f02a12..d18c8b6 100644 --- a/src/components/Design2D/Design2D.js +++ b/src/components/Design2D/Design2D.js @@ -16,7 +16,7 @@ const Design2D = ({ array }) => { key={index} >
-

inside the div

+

inside div

))}