mirror of
https://github.com/strapi/strapi.git
synced 2025-09-18 04:47:27 +00:00
Merge pull request #12780 from strapi/feat/submit-plugin-button
This commit is contained in:
commit
20014f7fea
@ -15,7 +15,9 @@ import { Grid, GridItem } from '@strapi/design-system/Grid';
|
||||
import { Layout, HeaderLayout, ContentLayout, ActionLayout } from '@strapi/design-system/Layout';
|
||||
import { Main } from '@strapi/design-system/Main';
|
||||
import { Searchbar } from '@strapi/design-system/Searchbar';
|
||||
import { LinkButton } from '@strapi/design-system/LinkButton';
|
||||
import { useNotifyAT } from '@strapi/design-system/LiveRegions';
|
||||
import Plus from '@strapi/icons/Plus';
|
||||
|
||||
import PluginCard from './components/PluginCard';
|
||||
import { EmptyPluginSearch } from './components/EmptyPluginSearch';
|
||||
@ -137,6 +139,18 @@ const MarketPlacePage = () => {
|
||||
id: 'admin.pages.MarketPlacePage.subtitle',
|
||||
defaultMessage: 'Get more out of Strapi',
|
||||
})}
|
||||
primaryAction={
|
||||
<LinkButton
|
||||
startIcon={<Plus />}
|
||||
variant="tertiary"
|
||||
href="https://market.strapi.io/submit-plugin"
|
||||
>
|
||||
{formatMessage({
|
||||
id: 'admin.pages.MarketPlacePage.submit.plugin.link',
|
||||
defaultMessage: 'Submit your plugin',
|
||||
})}
|
||||
</LinkButton>
|
||||
}
|
||||
/>
|
||||
<ActionLayout
|
||||
startActions={
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user