From 1c3dd04c95505fcb0f181b4b0a80d11ba47743d9 Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Mon, 29 Jul 2024 12:08:58 +0200 Subject: [PATCH] feat: add kheopswap to examples (#16) --- vocs.config.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vocs.config.tsx b/vocs.config.tsx index 0f21865a..57f72533 100644 --- a/vocs.config.tsx +++ b/vocs.config.tsx @@ -82,12 +82,16 @@ export default defineConfig({ ], }, { - text: "Examples", + text: "Built with PAPI", items: [ { text: "Teleport across chains", link: "https://github.com/polkadot-api/react-teleport-example", }, + { + text: "Kheopswap. Swap portal for AssetHub", + link: "https://github.com/kheopswap/kheopswap", + }, ], }, ],