From e20a6241bfe510d7d3773272d642cf3cfa579616 Mon Sep 17 00:00:00 2001
From: Roland Osborne
Date: Wed, 6 Jul 2022 10:08:08 -0700
Subject: [PATCH] renamed messaging service until multiple exist
---
README.md | 2 +-
net/web/src/Create/Create.jsx | 2 +-
net/web/src/Login/Login.jsx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 354cae87..63bca9f3 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-Databag is a self-hosting network for the DWeb community. The project includes the messaging service, IndiCom. Notable features include:
+Databag is a self-hosting messaging service for the DWeb community. Notable features include:
- Public-private key based identity and not bound to any blockchain or hosting domain.
- Communication between accounts across different nodes
- Direct communication between app and contact's node with no server-side replication.
diff --git a/net/web/src/Create/Create.jsx b/net/web/src/Create/Create.jsx
index 7427f29b..7560904c 100644
--- a/net/web/src/Create/Create.jsx
+++ b/net/web/src/Create/Create.jsx
@@ -9,7 +9,7 @@ export function Create() {
return (
-
+
diff --git a/net/web/src/Login/Login.jsx b/net/web/src/Login/Login.jsx
index 1ca35f3c..0b7fa066 100644
--- a/net/web/src/Login/Login.jsx
+++ b/net/web/src/Login/Login.jsx
@@ -19,7 +19,7 @@ export function Login(props) {
-
+