From cbe4a683c745e546b331a57a7052675929767eb2 Mon Sep 17 00:00:00 2001 From: SwiftHawk Date: Thu, 16 May 2024 11:23:26 +0500 Subject: [PATCH] chore: merge main --- .env.example | 2 +- src/pages/home/index.tsx | 2 +- src/pages/landing/LandingPage.tsx | 20 +++++++++++--------- src/pages/login/index.tsx | 2 +- src/pages/profile/index.tsx | 2 +- 5 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.env.example b/.env.example index 6b61434..7239454 100644 --- a/.env.example +++ b/.env.example @@ -1 +1 @@ -VITE_MOST_POPULAR_RELAYS=wss://relay.damus.io wss://eden.nostr.land wss://nos.lol wss://relay.snort.social wss://relay.current.fyi wss://brb.io wss://nostr.orangepill.dev wss://nostr-pub.wellorder.net wss://nostr.bitcoiner.social wss://nostr.wine wss://nostr.oxtr.dev wss://relay.nostr.bg wss://nostr.mom wss://nostr.fmt.wiz.biz wss://relay.nostr.band wss://nostr-pub.semisol.dev wss://nostr.milou.lol wss://puravida.nostr.land wss://nostr.onsats.org wss://relay.nostr.info wss://offchain.pub wss://relay.orangepill.dev wss://no.str.cr wss://atlas.nostr.land wss://nostr.zebedee.cloud wss://nostr-relay.wlvs.space wss://relay.nostrati.com wss://relay.nostr.com.au wss://nostr.inosta.cc wss://nostr.rocks \ No newline at end of file +VITE_MOST_POPULAR_RELAYS=wss://relay.damus.io wss://eden.nostr.land wss://nos.lol wss://relay.snort.social wss://relay.current.fyi wss://brb.io wss://nostr.orangepill.dev wss://nostr-pub.wellorder.net wss://nostr.wine wss://nostr.oxtr.dev wss://relay.nostr.bg wss://nostr.mom wss://nostr.fmt.wiz.biz wss://relay.nostr.band wss://nostr-pub.semisol.dev wss://nostr.milou.lol wss://puravida.nostr.land wss://nostr.onsats.org wss://relay.nostr.info wss://offchain.pub wss://relay.orangepill.dev wss://no.str.cr wss://atlas.nostr.land wss://nostr.zebedee.cloud wss://nostr-relay.wlvs.space wss://relay.nostrati.com wss://relay.nostr.com.au wss://nostr.inosta.cc wss://nostr.rocks \ No newline at end of file diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index d9647b3..ff7a40f 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -22,7 +22,7 @@ export const HomePage = () => { diff --git a/src/pages/landing/LandingPage.tsx b/src/pages/landing/LandingPage.tsx index 9a24f04..948ab72 100644 --- a/src/pages/landing/LandingPage.tsx +++ b/src/pages/landing/LandingPage.tsx @@ -59,7 +59,7 @@ export const LandingPage = () => { }} variant="h4" > - What is Nostr? + What is SIGit? { }} variant="body1" > - Nostr is a decentralised messaging protocol where YOU own your - identity. To get started, you must have an existing{' '} + SIGit is an open-source and self-hostable solution for secure + document signing and verification. Code is MIT licenced and + available at{' '} - Nostr account + https://git.sigit.io/sig/it .

- No email required - all notifications are made using the nQuiz - relay. + SIGit lets you Create, Sign and Verify signature packs from any + device with a browser.

- If you no longer wish to hear from us, simply remove - relay.nquiz.io from your list of relays. + Unlike other solutions, SIGit is totally private - files are + encrypted locally, and valid packs can only be exported by named + recipients.
diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx index bc1366a..24ed7ca 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -303,7 +303,7 @@ export const Login = () => {
Welcome to Sigit setInputValue(e.target.value)} sx={{ width: '100%', mt: 2 }} diff --git a/src/pages/profile/index.tsx b/src/pages/profile/index.tsx index e57e9f7..12700f0 100644 --- a/src/pages/profile/index.tsx +++ b/src/pages/profile/index.tsx @@ -288,7 +288,7 @@ export const ProfilePage = () => { setAvatarLoading(false) }} className={styles.img} - src={profileMetadata.picture || npub ? getRoboHashPicture(npub!) : ''} + src={profileMetadata.picture || placeholderAvatar} alt="Profile Image" />