diff --git a/frontend/src/components/store/PluginCard.tsx b/frontend/src/components/store/PluginCard.tsx index 8bc59475..5a0c34ec 100644 --- a/frontend/src/components/store/PluginCard.tsx +++ b/frontend/src/components/store/PluginCard.tsx @@ -119,14 +119,18 @@ const PluginCard: FC = ({ plugin }) => {

Author: {plugin.author}

-

- Tags: +

+ Tags: {plugin.tags.map((tag: string) => ( = ({ plugin }) => { style={{ color: '#232120', padding: '5px', - marginRight: '10px', borderRadius: '5px', background: '#EDE841', }}