issue-38 #62
@ -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
|
||||
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
|
@ -22,7 +22,7 @@ export const HomePage = () => {
|
||||
</Button>
|
||||
<Button
|
||||
onClick={() => navigate(appPrivateRoutes.verify)}
|
||||
variant='contained'
|
||||
variant="contained"
|
||||
>
|
||||
Verify
|
||||
</Button>
|
||||
|
@ -59,7 +59,7 @@ export const LandingPage = () => {
|
||||
}}
|
||||
variant="h4"
|
||||
>
|
||||
What is Nostr?
|
||||
What is SIGit?
|
||||
</Typography>
|
||||
<Typography
|
||||
sx={{
|
||||
@ -69,24 +69,26 @@ export const LandingPage = () => {
|
||||
}}
|
||||
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{' '}
|
||||
<a
|
||||
className="bold-link"
|
||||
target="_blank"
|
||||
href="https://nostr.com/"
|
||||
href="https://git.sigit.io/sig/it"
|
||||
>
|
||||
Nostr account
|
||||
https://git.sigit.io/sig/it
|
||||
</a>
|
||||
.
|
||||
<br />
|
||||
<br />
|
||||
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.
|
||||
<br />
|
||||
<br />
|
||||
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.
|
||||
</Typography>
|
||||
</Box>
|
||||
</Box>
|
||||
|
@ -303,7 +303,7 @@ export const Login = () => {
|
||||
<div className={styles.loginPage}>
|
||||
<Typography variant="h4">Welcome to Sigit</Typography>
|
||||
<TextField
|
||||
label="nip05 / npub / nsec / bunker connx string"
|
||||
label="nip05 login / nip46 bunker string / nsec"
|
||||
value={inputValue}
|
||||
onChange={(e) => setInputValue(e.target.value)}
|
||||
sx={{ width: '100%', mt: 2 }}
|
||||
|
@ -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"
|
||||
/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user