From 0ed54aaf1473145c0a6bcefe1b6995848c817996 Mon Sep 17 00:00:00 2001
From: Adam Procter <adamprocter@researchnot.es>
Date: Wed, 4 Mar 2020 14:38:17 +0000
Subject: [PATCH] about pages tweaks

---
 app/src/views/About.vue | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/app/src/views/About.vue b/app/src/views/About.vue
index 777f5a1..e3af0d3 100644
--- a/app/src/views/About.vue
+++ b/app/src/views/About.vue
@@ -13,7 +13,12 @@
       Made by Adam Procter
       <em>(+ helpers &amp; supporters)</em>
     </p>
-
+    <ul>
+      <li>
+        Co-create and contribute ideas, with text, links and attachments with
+        other people in realtime.
+      </li>
+    </ul>
     <h3>
       version {{ myVersion }} - See full
       <a
@@ -22,16 +27,6 @@
       >
     </h3>
 
-    <ul>
-      <li>
-        Co-create and contribute ideas, with text, links and attachments with
-        other people in realtime.
-      </li>
-      <li>
-        Contributions displayed as a list and shared spatial view across all
-        devices.
-      </li>
-    </ul>
     <h3>known issues</h3>
     <ul>
       <li>&nbsp;Data is not yet encrypted.</li>
-- 
GitLab