mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 14:19:40 +00:00
add plugin card feedback
This commit is contained in:
parent
28155df2be
commit
474ead7183
@ -68,7 +68,7 @@ const PluginCard = ({ plugin, installedPluginNames, useYarn }) => {
|
|||||||
width={11}
|
width={11}
|
||||||
height={11}
|
height={11}
|
||||||
/>
|
/>
|
||||||
<Box paddingTop={5}>
|
<Box paddingTop={4}>
|
||||||
<Typography as="h3" variant="delta">
|
<Typography as="h3" variant="delta">
|
||||||
<Flex alignItems="center">
|
<Flex alignItems="center">
|
||||||
{attributes.name}
|
{attributes.name}
|
||||||
@ -108,7 +108,7 @@ const PluginCard = ({ plugin, installedPluginNames, useYarn }) => {
|
|||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Stack horizontal size={2} style={{ alignSelf: 'flex-end' }} paddingTop={3}>
|
<Stack horizontal size={2} style={{ alignSelf: 'flex-end' }} paddingTop={6}>
|
||||||
<LinkButton
|
<LinkButton
|
||||||
size="S"
|
size="S"
|
||||||
href={`https://market.strapi.io/plugins/${attributes.slug}`}
|
href={`https://market.strapi.io/plugins/${attributes.slug}`}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user