From d689614c78a4f2d3c89ac48512748cd2051c4c95 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 8 Oct 2022 17:57:51 -0400 Subject: possibly fix zip permissions --- frontend/src/components/store/PluginCard.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'frontend/src') diff --git a/frontend/src/components/store/PluginCard.tsx b/frontend/src/components/store/PluginCard.tsx index a30c3d6b..0155ff99 100644 --- a/frontend/src/components/store/PluginCard.tsx +++ b/frontend/src/components/store/PluginCard.tsx @@ -113,7 +113,10 @@ const PluginCard: FC = ({ plugin }) => { }} className="deckyStoreCardInfo" > -

+

Author: {plugin.author}

= ({ plugin }) => { marginLeft: '16px', marginTop: '0px', marginBottom: '0px', - marginRight: '16px' + marginRight: '16px', }} > {plugin.description} -- cgit v1.2.3