From e8391e9138a1344d5b45185bfe583a1b7314e0e7 Mon Sep 17 00:00:00 2001 From: Yonatan Erez <89041867+YonatanE22@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:40:39 +0200 Subject: [PATCH] Update index.tsx --- src/components/HomepageFeatures/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 78445210..2f0f340e 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -31,7 +31,7 @@ const FeatureList: FeatureItem[] = [ description: ( <> - Run for the first time FHE-based smart contracts with on-chain confidential computation, providing unprecedented level of data encryption + Run for the first time FHE-based smart contracts with on-chain confidential computation, providing unprecedented level of data encryption. ), linkTo: "/docs/devdocs/Writing%20Smart%20Contracts/FHE-sol" @@ -42,7 +42,7 @@ const FeatureList: FeatureItem[] = [ description: ( <> - Fhenix incorporates FHE to enable confidential smart contracts on public blockchains, ensuring data privacy for Web3 applications. + Fhenix incorporates FHE to enable confidential smart contracts on public blockchains, ensuring data privacy for the next generation of Web3 applications. ), linkTo: "/docs/devdocs/Fhenix%20Frontier/Fhenix-T-FHE"