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.

+
+
+
+ + +
+
+
+
) }