renamed messaging service until multiple exist

This commit is contained in:
Roland Osborne 2022-07-06 10:08:08 -07:00
parent 647d7c8576
commit e20a6241bf
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<a href="#"><img src="/doc/screenshot.png" width="80%"/></a> <a href="#"><img src="/doc/screenshot.png" width="80%"/></a>
</p> </p>
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. - Public-private key based identity and not bound to any blockchain or hosting domain.
- Communication between accounts across different nodes - Communication between accounts across different nodes
- Direct communication between app and contact's node with no server-side replication. - Direct communication between app and contact's node with no server-side replication.

View File

@ -9,7 +9,7 @@ export function Create() {
return ( return (
<CreateWrapper> <CreateWrapper>
<div class="container"> <div class="container">
<div class="header">indicom</div> <div class="header">databag</div>
<div class="subheader"> <div class="subheader">
<span class="subheader-text">Communication for the Decentralized Web</span> <span class="subheader-text">Communication for the Decentralized Web</span>
</div> </div>

View File

@ -19,7 +19,7 @@ export function Login(props) {
<SettingOutlined /> <SettingOutlined />
</div> </div>
<div class="container"> <div class="container">
<div class="header">indicom</div> <div class="header">databag</div>
<div class="subheader"> <div class="subheader">
<span class="subheader-text">Communication for the Decentralized Web</span> <span class="subheader-text">Communication for the Decentralized Web</span>
</div> </div>