Skip to content

Commit

Permalink
Cleanup "Coming soon"
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jul 30, 2020
1 parent b86d5dc commit f6298a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-admin/src/pages/index.tsx
Expand Up @@ -187,11 +187,11 @@ const Index: React.FC<{}> = () => {
<Flex flexDirection="column" gap={5}>
<Subheading>Recommended plugins</Subheading>
<Card>
<CardSection>
<Flex sx={{ p: 9 }} justifyContent="center" alignItems="center">
<Heading as="h3" sx={{ fontWeight: `bold`, fontSize: 2 }}>
Coming soon!
</Heading>
</CardSection>
</Flex>
</Card>
</Flex>
</Flex>
Expand Down

0 comments on commit f6298a6

Please sign in to comment.