From 1930400032a850b833f5f71523008e326f40547a Mon Sep 17 00:00:00 2001 From: Collin Diekvoss Date: Sat, 20 Aug 2022 20:40:57 -0500 Subject: Better wrapping of plugin tags (#150) --- frontend/src/components/store/PluginCard.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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', }} -- cgit v1.2.3