From 07195f3762b6a8a7dfb44c2231db58c5be13c43f Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 16 Aug 2017 22:55:16 +0300 Subject: Rename project to sim and enable sim-adding --- src/components/simulations/NoSimulationsAlert.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/components/simulations/NoSimulationsAlert.js (limited to 'src/components/simulations/NoSimulationsAlert.js') diff --git a/src/components/simulations/NoSimulationsAlert.js b/src/components/simulations/NoSimulationsAlert.js new file mode 100644 index 00000000..d688ae56 --- /dev/null +++ b/src/components/simulations/NoSimulationsAlert.js @@ -0,0 +1,11 @@ +import React from 'react'; +import "./NoSimulationsAlert.css"; + +const NoSimulationsAlert = () => ( +
+ + No simulations here yet... Add some with the 'New Simulation' button! +
+); + +export default NoSimulationsAlert; -- cgit v1.2.3