From dc7ae426ac242e9fc8e4eb523bb2522c3fdafb55 Mon Sep 17 00:00:00 2001 From: Biplav Kumar Mazumdar <68702055+biplavmz@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:33:29 +0530 Subject: [PATCH] fix(website): fix showcase search input (#9260) Co-authored-by: sebastienlorber --- website/src/pages/showcase/index.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/website/src/pages/showcase/index.tsx b/website/src/pages/showcase/index.tsx index 0258ed33be..9d3437e656 100644 --- a/website/src/pages/showcase/index.tsx +++ b/website/src/pages/showcase/index.tsx @@ -259,7 +259,6 @@ function ShowcaseCards() { No result - ); @@ -282,7 +281,6 @@ function ShowcaseCards() { -
    - -
    + className={clsx('margin-bottom--md', styles.showcaseFavoriteHeader)} + />
      {filteredUsers.map((user) => ( @@ -333,6 +327,11 @@ export default function Showcase(): JSX.Element {
      +
      + +