Compare commits

..

No commits in common. "dbcd54cec0c33a9057f25292e2810f8067bab7cd" and "2d0212fd6c683fb984eee55e1f815c2c6bbecae2" 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.
</> </>
) )
} }