Skip to content

Commit

Permalink
chore(website): update core tenets on homepage (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinestone authored Nov 17, 2022
1 parent 7ab1291 commit 519a4a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 6 additions & 12 deletions packages/website/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</>
),
},
Expand All @@ -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.
</>
),
},
Expand All @@ -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.
</>
),
},
Expand Down

1 comment on commit 519a4a7

@vercel
Copy link

@vercel vercel bot commented on 519a4a7 Nov 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.