From 079bebeeff83e73444a0387e1c85aaf686964d6e Mon Sep 17 00:00:00 2001 From: Artem Bulgakov Date: Sun, 14 Jul 2024 17:03:56 +0300 Subject: [PATCH] feat: add more useful links --- src/features/useful-links/UsefulLinksSection.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/features/useful-links/UsefulLinksSection.tsx b/src/features/useful-links/UsefulLinksSection.tsx index 055c9f1..97c0af7 100644 --- a/src/features/useful-links/UsefulLinksSection.tsx +++ b/src/features/useful-links/UsefulLinksSection.tsx @@ -4,7 +4,7 @@ export function UsefulLinksSection() { return (
- + @@ -13,6 +13,8 @@ export function UsefulLinksSection() { + +
) }