From c3d5a1042c3d66e75b8cb537d5bfff8a99909a02 Mon Sep 17 00:00:00 2001 From: zver Date: Tue, 28 May 2024 15:58:53 +0100 Subject: [PATCH] fix: adding link to source and updating home page wording --- src/components/AppBar/AppBar.tsx | 4 ++-- src/pages/landing/LandingPage.tsx | 12 +++--------- src/routes/index.tsx | 2 +- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx index a7b91bd..6d54e77 100644 --- a/src/components/AppBar/AppBar.tsx +++ b/src/components/AppBar/AppBar.tsx @@ -181,7 +181,7 @@ export const AppBar = () => { Relays @@ -190,7 +190,7 @@ export const AppBar = () => { justifyContent: 'center' }} > - Help + Source { .

- SIGit lets you Create, Sign and Verify signature packs from any - device with a browser. + SIGit lets you Create, Sign and Verify from any device with a + browser.

Unlike other solutions, SIGit is totally private - files are - encrypted locally, and valid packs can only be exported by named - recipients. -
-
- IMPORTANT - please note that SIGit is currently ALPHA software and - should only be used for testing purposes until we have finalised - the signature / verification process. + encrypted locally, and can only be exported by named recipients. diff --git a/src/routes/index.tsx b/src/routes/index.tsx index e69f13a..5f61b49 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -22,7 +22,7 @@ export const appPublicRoutes = { profile: '/profile/:npub', landingPage: '/', login: '/login', - help: 'https://help.sigit.io' + source: 'https://git.sigit.io/sig/it' } export const getProfileRoute = (hexKey: string) =>