From 1af8e068c50c2a1c1632cece440aa01d9c062c88 Mon Sep 17 00:00:00 2001
From: Sebastian Kippe
Date: Tue, 23 Nov 2021 20:09:15 -0600
Subject: [PATCH] Add the wallet to the dashboard as a service
---
app/views/dashboard/index.html.erb | 25 +++++++++++++++++--------
1 file changed, 17 insertions(+), 8 deletions(-)
diff --git a/app/views/dashboard/index.html.erb b/app/views/dashboard/index.html.erb
index bfd21f7..1e1d321 100644
--- a/app/views/dashboard/index.html.erb
+++ b/app/views/dashboard/index.html.erb
@@ -13,14 +13,6 @@
Chat rooms and instant messaging (XMPP/Jabber)
-
-
- <%= link_to "Wiki", "https://wiki.kosmos.org", class: "ks-text-link" %>
-
-
- Kosmos documentation and knowledge base
-
-
<%= link_to "Discourse", "https://community.kosmos.org", class: "ks-text-link" %>
@@ -29,6 +21,23 @@
Kosmos community forums and user support/help site
+
+
+ 🗲
+ <%= link_to "Lightning Wallet", wallet_path, class: "ks-text-link" %>
+
+
+ Send and receive sats over the Bitcoin Lightning Network
+
+
+
+
+ <%= link_to "Wiki", "https://wiki.kosmos.org", class: "ks-text-link" %>
+
+
+ Kosmos documentation and knowledge base
+
+
<%= link_to "Gitea", "https://gitea.kosmos.org", class: "ks-text-link" %>