Skip to content

Commit

Permalink
feat(website): add kekkai to taiko ecosystem (#14055)
Browse files Browse the repository at this point in the history
  • Loading branch information
2manslkh committed Jun 28, 2023
1 parent 77ea634 commit e6a7945
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.

0 comments on commit e6a7945

Please sign in to comment.