chore: pretty

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-03-15 13:28:02 +01:00
parent f156c539e7
commit b933e6a863
+1 -3
View File
@@ -35,9 +35,7 @@ export const PluginCard = ({
by <a href={authorUrl}>{author}</a>
</p>
<span className="badge badge--secondary fit-content">
{category}
</span>
<span className="badge badge--secondary fit-content">{category}</span>
</>
}
body={<p>{description}</p>}