From 8cdc89dfb95183c9115605f9f3ac2584cb43ae25 Mon Sep 17 00:00:00 2001 From: Pavel Kalugin Date: Sat, 17 Jun 2023 17:34:05 +0300 Subject: [PATCH] Revert "Remove explore more" This reverts commit f4a0cf0eedb595971fb0fcf30e009b83cab961b2. --- src/pages/Landing/ShowcaseSection.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/Landing/ShowcaseSection.tsx b/src/pages/Landing/ShowcaseSection.tsx index 6cfc871..94f17ac 100644 --- a/src/pages/Landing/ShowcaseSection.tsx +++ b/src/pages/Landing/ShowcaseSection.tsx @@ -81,6 +81,12 @@ function ShowcaseSection() { ))} + +
+ +
); }