Browse Source

added some instructions and a personal link

Brandon Wong 3 years ago
parent
commit
9fb9a2601a
1 changed files with 8 additions and 2 deletions
  1. 8 2
      frontend/src/cljs/microtables_frontend/views.cljs

+ 8 - 2
frontend/src/cljs/microtables_frontend/views.cljs

@@ -72,9 +72,15 @@
        {:href "/about.html"
         :target "_blank"}
        "About"]
-    "This is a demo version only, and still in development"
+    "This is a demo version only, and still in development. Nothing gets saved for the moment."
     [:br]
-    "Try adding values (plain numbers) or formulae (starting with an '=') into the cells."]])
+    "Try adding values (plain numbers) or formulae (ex: \"=B2 + sum(A1:A6)\") into the cells."
+    [:br]
+    "Created by "
+    [:a
+     {:href "https://betweentwocommits.com/about"
+      :target "_blank"}
+     "Brandon Wong"]]])
 
 (defn control-panel [state]
   [:div