From ba942945f2f9a244033d65123d06ccb249990bec Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Mon, 18 Nov 2019 14:14:46 +0100
Subject: [PATCH] fix: admin panel is not coming soon!

---
 src/context.jsonld~ | 7 -------
 src/menu-left.pug   | 3 ++-
 2 files changed, 2 insertions(+), 8 deletions(-)
 delete mode 100644 src/context.jsonld~

diff --git a/src/context.jsonld~ b/src/context.jsonld~
deleted file mode 100644
index 01598152..00000000
--- a/src/context.jsonld~
+++ /dev/null
@@ -1,7 +0,0 @@
-
-    {
-        "inbox": "http://happy-dev.fr/owl/#inbox",
-        "object": "http://happy-dev.fr/owl/#object",
-        "author": "http://happy-dev.fr/owl/#author",
-        "account": "http://happy-dev.fr/owl/#account"
-    }
diff --git a/src/menu-left.pug b/src/menu-left.pug
index a7cab853..c2d902d4 100644
--- a/src/menu-left.pug
+++ b/src/menu-left.pug
@@ -4,7 +4,8 @@ sib-widget(name='hd-counter')
 
 sib-widget(name='hd-create')
   template
-    p.create You are not part of any ${value} yet. To create a new one, you can go to the administration panel (coming soon).
+    p.create You are not part of any ${value} yet. To create a new one, you can go to the 
+      sib-link(next='admin') administration panel
 
 nav#main__menu
   sib-router#navbar-router(default-route='members')
-- 
GitLab