From 519a4a75d6ad709e434fc804bbf0b3c1da015518 Mon Sep 17 00:00:00 2001 From: mfinestone <36642873+mfinestone@users.noreply.github.com> Date: Wed, 16 Nov 2022 23:08:14 -0500 Subject: [PATCH] chore(website): update core tenets on homepage (#279) --- packages/website/docusaurus.config.js | 2 +- .../src/components/HomepageFeatures/index.tsx | 18 ++++++------------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/packages/website/docusaurus.config.js b/packages/website/docusaurus.config.js index b6ddf115a45..7b75fc8ee2d 100644 --- a/packages/website/docusaurus.config.js +++ b/packages/website/docusaurus.config.js @@ -9,7 +9,7 @@ const katex = require("rehype-katex"); /** @type {import('@docusaurus/types').Config} */ const config = { title: "Taiko", - tagline: "A decentralized Ethereum-equivalent ZK-rollup", + tagline: "A decentralized Ethereum-equivalent ZK-Rollup", url: "https://taiko.xyz", baseUrl: "/", onBrokenLinks: "throw", diff --git a/packages/website/src/components/HomepageFeatures/index.tsx b/packages/website/src/components/HomepageFeatures/index.tsx index 3fd5895c804..bdb6ed7c105 100644 --- a/packages/website/src/components/HomepageFeatures/index.tsx +++ b/packages/website/src/components/HomepageFeatures/index.tsx @@ -14,12 +14,10 @@ const FeatureList: FeatureItem[] = [ Svg: require("@site/static/img/undraw_connected_world_wuay.svg").default, description: ( <> - Anyone who wants to use, build on, or participate in Taiko can do so. - This is the case because the transaction fees are cheap and throughput + Anyone who wants to build on or use Taiko can do so. + This is because the transaction fees are cheap and throughput is high; the developer experience is robust and Ethereum dapp migration - is seamless; the network is permissionless and reuses Ethereum - infrastructure to the fullest extent. You can’t have freedom without - access. + is seamless. You can’t have freedom without access. ), }, @@ -30,10 +28,8 @@ const FeatureList: FeatureItem[] = [ <> Taiko is censorship-resistant and cannot exclude groups or individuals. The rollup is decentralized - relying on Ethereum for data availability - and security; and permissionless - allowing any network participant, - user, or builder to opt-in. There are no special roles which can censor - users/applications/transactions. We are only interested in building - credibly neutral, fair systems. + and security; and permissionless - allowing any network participant to opt-in. + We are only interested in building credibly neutral, fair systems. ), }, @@ -45,9 +41,7 @@ const FeatureList: FeatureItem[] = [ Taiko is fully open-source and community-centric. We build on the shoulders of giants, and cherish contributing back into Ethereum’s technical progress and community. We value community contributions into - the project, harnessing the best minds and ideas that are interested in - the space. The type of activity Taiko executes and secures mandates - transparency. + the project, harnessing the best minds and ideas in the space. ), },