fix: adding link to source and updating home page wording #88

Merged
y merged 1 commits from cosmetics into staging 2024-05-29 05:18:48 +00:00
3 changed files with 6 additions and 12 deletions
Showing only changes of commit c3d5a1042c - Show all commits

View File

@ -181,7 +181,7 @@ export const AppBar = () => {
Relays
</MenuItem>
<Link
to={appPublicRoutes.help}
to={appPublicRoutes.source}
target="_blank"
style={{ color: 'inherit', textDecoration: 'inherit' }}
>
@ -190,7 +190,7 @@ export const AppBar = () => {
justifyContent: 'center'
}}
>
Help
Source
</MenuItem>
</Link>
<MenuItem

View File

@ -82,18 +82,12 @@ export const LandingPage = () => {
.
<br />
<br />
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.
<br />
<br />
Unlike other solutions, SIGit is totally private - files are
encrypted locally, and valid packs can only be exported by named
recipients.
<br />
<br />
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.
</Typography>
</Box>
</Box>

View File

@ -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) =>