mirror of
https://github.com/strapi/strapi.git
synced 2025-08-02 13:58:18 +00:00
add Main component and remove as
This commit is contained in:
parent
119ebb46b8
commit
18ee563584
@ -123,6 +123,7 @@ const MarketPlacePage = () => {
|
|||||||
if (!isOnline) {
|
if (!isOnline) {
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
|
<Main>
|
||||||
<PageHeader />
|
<PageHeader />
|
||||||
<Flex
|
<Flex
|
||||||
width="100%"
|
width="100%"
|
||||||
@ -143,17 +144,14 @@ const MarketPlacePage = () => {
|
|||||||
<Typography textColor="neutral700" variant="epsilon">
|
<Typography textColor="neutral700" variant="epsilon">
|
||||||
{formatMessage({
|
{formatMessage({
|
||||||
id: 'admin.pages.MarketPlacePage.offline.subtitle',
|
id: 'admin.pages.MarketPlacePage.offline.subtitle',
|
||||||
defaultMessage: 'You need to be connected to the Internet to access Strapi Market.',
|
defaultMessage:
|
||||||
|
'You need to be connected to the Internet to access Strapi Market.',
|
||||||
})}
|
})}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
<img
|
<img src={offlineCloud} alt="offline" style={{ width: '88px', height: '88px' }} />
|
||||||
as="img"
|
|
||||||
src={offlineCloud}
|
|
||||||
alt="offline"
|
|
||||||
style={{ width: '88px', height: '88px' }}
|
|
||||||
/>
|
|
||||||
</Flex>
|
</Flex>
|
||||||
|
</Main>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user