Compare commits

..

No commits in common. "33e7fc777183a20c194ea98e106a4c602a9ba4a5" and "bb323be87c4996153fd52c4028f5123115b233d0" have entirely different histories.

View File

@ -69,8 +69,8 @@ export const LandingPage = () => {
title: <>Verifiable</>, title: <>Verifiable</>,
description: ( description: (
<> <>
SIGit Agreements can be directly verified - unlike traditional, Thanks to Schnorr Signatures and Web of Trust, SIGit is far more
server-based offerings. auditable than traditional server-based offerings.
</> </>
) )
}, },
@ -84,8 +84,8 @@ export const LandingPage = () => {
title: <>Works Offline</>, title: <>Works Offline</>,
description: ( description: (
<> <>
It is possible to complete a SIGit round without an internet Presuming you have a hardware signing device, it is possible to
connection. complete a SIGit round without an internet connection.
</> </>
) )
}, },
@ -94,8 +94,8 @@ export const LandingPage = () => {
title: <>Multi-Party Signing</>, title: <>Multi-Party Signing</>,
description: ( description: (
<> <>
Choose any number of Signers and Viewers, track status, get Choose any number of Signers and Viewers, track the signature status,
notifications on completion. send reminders, get notifications on completion.
</> </>
) )
} }