diff --git a/src/app/copy/Home.ts b/src/app/copy/Home.ts index 6fc661e..af0b39f 100644 --- a/src/app/copy/Home.ts +++ b/src/app/copy/Home.ts @@ -42,7 +42,7 @@ export const homeCopy = { { title: "Threshold Signatures", description: - "Threshold signatures are the magic. The private key never exits. Vault-shares never hold funds. No single key vulnerability. No seed phrases. And native to all blockchains.", + "Threshold signatures are the magic. The private key never exits. Vault-shares never hold funds. No single key vulnerability. No seed phrases, just vault shares. And native to all blockchains. ", img: "./img/solution-1.svg", }, { @@ -75,7 +75,7 @@ export const homeCopy = { description: `KeyGen time: 10 - 60 seconds.
2-of-2, 2-of-3, or 3-of-4 Vault setups. Choose your vault type.
- Key generation is fast. No device holds the vault private key. `, + Key generation is fast. No one device holds the vault private key, just vault shares. `, }, { title: "Transaction Signing",