From 3e27c267a6ebca705fe8bc0ea25195fa4fa10e01 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Thu, 8 Mar 2018 12:08:50 -0500 Subject: [PATCH] add fork map into lightbox --- src/components/LightBoxes/ForkMap.js | 54 ++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/src/components/LightBoxes/ForkMap.js b/src/components/LightBoxes/ForkMap.js index 6415bb18..6c8c9e53 100644 --- a/src/components/LightBoxes/ForkMap.js +++ b/src/components/LightBoxes/ForkMap.js @@ -4,6 +4,60 @@ class ForkMap extends Component { render = () => { return (
+
+
+ +

Save To New Map

+
+ + +
+
+
+ + +
+
+
+ +

*new topics and synapses take on the same permission as the map they are created on

+
+
+
+
+ Anyone with an account can edit this map. Anyone without an account can only view it. +
+
+

COMMONS

+
+
+
+
+ Only people you allow can edit this map. Anyone can view it. +
+
+

PUBLIC

+
+
+
+
+ Only people you allow can edit this map. No one else can view it. +
+
+

PRIVATE

+
+
+
+

Anyone with an account can edit this map. Anyone without an account can only view it.

+
+
+
+ + +
+
+
+
) }