diff --git a/src/components/Ecosystem/PluginsTable.jsx b/src/components/Ecosystem/PluginsTable.jsx index db52f54e..24bee49e 100644 --- a/src/components/Ecosystem/PluginsTable.jsx +++ b/src/components/Ecosystem/PluginsTable.jsx @@ -24,14 +24,14 @@ const PluginsTable = (props) => { return (
-
- - setNameFilter(event.target.value)} /> -
-
- - setDescriptionFilter(event.target.value)} size="40" /> -
+ + {filtered.map((plugin, index) => [
{plugin.name} diff --git a/src/css/ecosystem.css b/src/css/ecosystem.css index c7499f69..92115018 100644 --- a/src/css/ecosystem.css +++ b/src/css/ecosystem.css @@ -12,9 +12,6 @@ display: flex; flex-direction: column; padding-bottom: 5px; -} - -.grid-item-header label { font-weight: 700; }