Skip to content

Commit be9da5d

Browse files
cone56CompuIves
authored andcommitted
Fix spacing in homepage text (codesandbox#3041)
1 parent 4ede2ba commit be9da5d

File tree

1 file changed

+7
-7
lines changed
  • packages/homepage/src/screens/home/NPMFeature

1 file changed

+7
-7
lines changed

packages/homepage/src/screens/home/NPMFeature/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default () => {
121121
<Heading id="share-one-click">Share in a single click</Heading>
122122
<SubHeading>
123123
Say goodbye to the days where you had to create a zip file just to
124-
share your code.Now you can copy the link and share away!
124+
share your code. Now you can copy the link and share away!
125125
</SubHeading>
126126
</Centered>
127127

@@ -137,7 +137,7 @@ export default () => {
137137
<ExtraSpacing>
138138
<Feature Icon={NPMIcon} iconSize={42} title="NPM Support">
139139
Think of any npm dependency you want to use, we probably
140-
support it!You can install a new dependency within seconds.
140+
support it! You can install a new dependency within seconds.
141141
<br />
142142
<Link
143143
href="https://hackernoon.com/how-we-make-npm-packages-work-in-the-browser-announcing-the-new-packager-6ce16aa4cee6"
@@ -155,7 +155,7 @@ export default () => {
155155
<Link href="https://codesandbox.io/search" target="_blank">
156156
<SandboxCount />+ created sandboxes
157157
</Link>{' '}
158-
on CodeSandbox.We want this to be a platform where everyone
158+
on CodeSandbox. We want this to be a platform where everyone
159159
can easily learn and share.
160160
</Feature>
161161
</ExtraSpacing>
@@ -169,10 +169,10 @@ export default () => {
169169
<ExtraSpacing>
170170
<Feature right Icon={EmbedIcon} iconSize={42} title="Embedding">
171171
We built a lightweight version of CodeSandbox for embeds, this
172-
allows you to embed your sandbox anywhere.Viewers can even
173-
play ith the code in the embed, without leaving the website.We
174-
fer many customization options to make sure you can show the
175-
embed exactly the way you want.
172+
allows you to embed your sandbox anywhere. Viewers can even
173+
play with the code in the embed, without leaving the website.
174+
We offer many customization options to make sure you can show
175+
the embed exactly the way you want.
176176
</Feature>
177177
</ExtraSpacing>
178178
</Column>

0 commit comments

Comments
 (0)