mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +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}
|
||||
height={11}
|
||||
/>
|
||||
<Box paddingTop={5}>
|
||||
<Box paddingTop={4}>
|
||||
<Typography as="h3" variant="delta">
|
||||
<Flex alignItems="center">
|
||||
{attributes.name}
|
||||
@ -108,7 +108,7 @@ const PluginCard = ({ plugin, installedPluginNames, useYarn }) => {
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
<Stack horizontal size={2} style={{ alignSelf: 'flex-end' }} paddingTop={3}>
|
||||
<Stack horizontal size={2} style={{ alignSelf: 'flex-end' }} paddingTop={6}>
|
||||
<LinkButton
|
||||
size="S"
|
||||
href={`https://market.strapi.io/plugins/${attributes.slug}`}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user