From f971554a489ac3cc4e303b8924b9ceca7bca37cb Mon Sep 17 00:00:00 2001 From: vilm3r Date: Mon, 26 Dec 2022 09:28:30 -0600 Subject: [PATCH] fix: change shared to bi-directional to advertise the feature --- README.md | 2 +- public/manifest.json | 2 +- src/pages/index.tsx | 10 +++++----- src/pages/settings/index.tsx | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 62ca349..8096f68 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Access the web app: [https://sendstr.com](https://sendstr.com) -Sendstr is an e2e encrypted shared clipboard web app powered by Nostr. +Sendstr is an e2e encrypted bi-directional clipboard web app powered by Nostr. The main motivation to build Sendstr was to provide a quick and easy way to transfer text and files (coming soon) between devices. Sendstr defaults to a self-hosted Nostr relay but can easily be configured to point elsewhere. diff --git a/public/manifest.json b/public/manifest.json index 861a739..197d4e2 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -18,5 +18,5 @@ "display": "standalone", "scope": "/", "theme_color": "#3C3744", - "description": "Sendstr is an open source end-to-end encrypted shared clipboard app built on top of Nostr. No login needed, new throwaway encryption keys are generated on page load." + "description": "Sendstr is an open source end-to-end encrypted bi-directional clipboard app built on top of Nostr. No login needed, new throwaway encryption keys are generated on page load." } diff --git a/src/pages/index.tsx b/src/pages/index.tsx index f475db2..7701dca 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -19,9 +19,9 @@ export default function Home({ keys }: HomeProps) {
-

Open source e2e encrypted shared clipboard

+

Open source e2e encrypted bi-directional clipboard

- Sendstr is an open source end-to-end encrypted shared clipboard app built on top of{" "} + Sendstr is an open source end-to-end encrypted bi-directional clipboard app built on top of{" "} Nostr @@ -61,7 +61,7 @@ export default function Home({ keys }: HomeProps) { @@ -70,7 +70,7 @@ export default function Home({ keys }: HomeProps) { @@ -78,7 +78,7 @@ export default function Home({ keys }: HomeProps) { diff --git a/src/pages/settings/index.tsx b/src/pages/settings/index.tsx index 9e69ff3..75640ce 100644 --- a/src/pages/settings/index.tsx +++ b/src/pages/settings/index.tsx @@ -32,7 +32,7 @@ export default function Settings() { @@ -41,7 +41,7 @@ export default function Settings() { @@ -49,7 +49,7 @@ export default function Settings() {