From f7ead6b5d3aed3e3b48bd9e88fb922c2d1108447 Mon Sep 17 00:00:00 2001 From: ehsan-saradar Date: Mon, 18 Nov 2024 11:14:39 +0330 Subject: [PATCH] Update content --- src/app/copy/Home.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",