From 13a7651cd6a0b946c59ebfc952772ebbb75a4bcc Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 21 Oct 2024 21:41:23 +0200 Subject: [PATCH] updated footer --- documentation/docs/components/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/components/footer.tsx b/documentation/docs/components/footer.tsx index 64bd64d505..bc6c8e8951 100644 --- a/documentation/docs/components/footer.tsx +++ b/documentation/docs/components/footer.tsx @@ -11,7 +11,7 @@ const links = [ ["Telegram", "https://nymtech.net/go/telegram"], ]; export const Footer = () => ( - + {links.map((link) => ( {link[0]}