diff --git a/src/pages/index.tsx b/src/pages/index.tsx index ebae321..b88002c 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -25,6 +25,11 @@ const clients = [ href: 'https://github.com/eigerco/celestia-node-rs', current: false, }, + { + name: 'Python', + href: 'https://github.com/grumpyp/celestia-node-client-py', + current: false, + }, ]; function classNames(...classes: any[]) {