Skip to content

Added Kleros Moderate to header #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/assets/svgs/moderate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import T2CR from "../assets/svgs/t2cr.svg";
import POH from "../assets/svgs/poh-logo.svg";
import Curate from "../assets/svgs/curate.svg";
import DisputeResolver from "../assets/svgs/dispute-resolver.svg";
import Moderate from "../assets/svgs/moderate.svg";
import Realitio from "src/assets/images/third-party-logos/realitio.png";
import Omen from "src/assets/images/third-party-logos/omen.png";
import Linguo from "../assets/svgs/linguo.svg";
Expand Down Expand Up @@ -81,6 +82,7 @@ const products = [
{ name: "Tokens", href: "https://tokens.kleros.io", Icon: T2CR, target: "_blank" },
{ name: "Linguo", href: "https://linguo.kleros.io", Icon: Linguo, target: "_blank" },
{ name: "Dispute Resolver", href: "https://resolve.kleros.io", Icon: DisputeResolver, target: "_blank" },
{ name: "Moderate", href: "https://kleros.io/moderate", Icon: Moderate, target: "_blank" },
];

const integrations = [
Expand Down
1 change: 1 addition & 0 deletions src/intl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"Tokens": "A token list curated and categorized by Kleros.",
"Curate": "A general purpose curated list creator.",
"Dispute Resolver": "Create and operate disputes manually.",
"Moderate":"Fair and transparent moderation in your social media channels.",
"Uniswap Ninja": "A fork of Uniswap that uses Kleros to curate the tradable tokens.",
"Ledger": "Verified Contract-Domain Name pairings from Curate are used to provide transaction insights to Ledger Connect users",
"Etherscan": "Verified contract address tags from Curate are used to display contract insights to Etherscan users",
Expand Down