Skip to content
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

feat(website): add kekkai to taiko ecosystem #14055

Merged
merged 3 commits into from
Jun 28, 2023
Merged
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
10 changes: 9 additions & 1 deletion packages/website/components/EcosystemSection.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useState } from "react";
import EcosystemCard from "./EcosystemCard";
import { useState } from "react";

type Filters =
| "all"
Expand Down Expand Up @@ -35,6 +35,14 @@ const ecosystemData: EcosystemData[] = [
description: "Bridge is a dapp that lets you bridge tokens with Taiko.",
filters: [],
},
{
icon: "/images/ecosystem/kekkai.png",
name: "KEKKAI",
link: "https://kekkai.io",
description:
"KEKKAI is a product that protects the security of web3 user assets. It can help users get the result of asset flow in advance and analyze its risks when interacting with wallets.",
filters: [],
},
{
icon: "/images/ecosystem/loopring.svg",
name: "Loopring Wallet",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.