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 35afc6ca17..4ef9c6f216 100644
--- a/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx
+++ b/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx
@@ -35,12 +35,12 @@ function PluginButton({ imgPath, envID, envText, callback, l2, description, main
) :
maintainedBy ?
- (
-
- )
- : (}>
-
- )
+ (
+
+ )
+ : (}>
+
+ )
}
)
diff --git a/libs/remix-ui/panel/src/lib/plugins/panel-header.tsx b/libs/remix-ui/panel/src/lib/plugins/panel-header.tsx
index 252dc50152..f81e8636eb 100644
--- a/libs/remix-ui/panel/src/lib/plugins/panel-header.tsx
+++ b/libs/remix-ui/panel/src/lib/plugins/panel-header.tsx
@@ -53,12 +53,12 @@ const RemixUIPanelHeader = (props: RemixPanelProps) => {
) :
plugin?.profile?.maintainedBy ?
- (
-
- )
- : (}>
-
- )
+ (
+
+ )
+ : (}>
+
+ )
}
diff --git a/libs/remix-ui/plugin-manager/src/lib/components/ActivePluginCard.tsx b/libs/remix-ui/plugin-manager/src/lib/components/ActivePluginCard.tsx
index 15e7bc462f..6241150a2e 100644
--- a/libs/remix-ui/plugin-manager/src/lib/components/ActivePluginCard.tsx
+++ b/libs/remix-ui/plugin-manager/src/lib/components/ActivePluginCard.tsx
@@ -27,22 +27,22 @@ function ActivePluginCard({ profile, buttonText, deactivatePlugin }: PluginCardP
)
: profile?.maintainedBy ? (
-
-
- )
- : (}
- >
-
- )
+
+
+ )
+ : (}
+ >
+
+ )
}
{profile.documentation && (
)
: profile?.maintainedBy ? (
-
-
- )
- : (}
- >
-
- )
+
+
+ )
+ : (}
+ >
+
+ )
}
{profile.documentation && (