From 2af41d065eb76e9f0c883c17ee3eb2b1bf218efe Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 6 Oct 2023 19:52:28 +0200 Subject: [PATCH] fix: add rust client, make client links clearly external links and link in new window --- src/pages/index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 5e4851d..f501205 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -17,6 +17,11 @@ const clients = [ href: 'https://github.com/celestiaorg/celestia-node/blob/main/api/rpc/client/client.go', current: false, }, + { + name: 'Rust', + href: 'https://github.com/eigerco/celestia-node-rs', + current: false, + }, ]; function classNames(...classes: any[]) { @@ -269,6 +274,8 @@ export default function Example() {