From d8ea706de52639ab3b6982943695c9c9b22831ba Mon Sep 17 00:00:00 2001 From: lianahus Date: Thu, 1 Feb 2024 10:27:29 +0100 Subject: [PATCH] fixing maintainedBy on hometab --- libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx b/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx index a6768ca0f2..ca27c846c4 100644 --- a/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx +++ b/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx @@ -34,8 +34,8 @@ function PluginButton({imgPath, envID, envText, callback, l2, description, remix }> ) - : (}> - + : (}> + ) }