Skip to content

Commit 1684476

Browse files
hoyajigivonovak
authored andcommitted
Even more spacing fixes (react-navigation#209)
* Even more spacing fixes * Update help.js * Update help.js
1 parent 11b98ed commit 1684476

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/pages/en/help.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Help extends React.Component {
1919
const supportLinks = [
2020
{
2121
content:
22-
<translate>Learn more using the [documentation on this site.](getting-started.html) and [reading the API reference](/content/docs/api-reference.html).</translate>,
22+
<translate>Learn more using the [documentation on this site](getting-started.html) and [reading the API reference](/content/docs/api-reference.html).</translate>,
2323
title: <translate>Browse Docs and API</translate>,
2424
},
2525
{
@@ -47,19 +47,19 @@ class Help extends React.Component {
4747
<a href="https://github.com/react-navigation/react-navigation/issues">
4848
<translate>post an issue</translate>
4949
</a>{' '}
50-
<translate>and be sure to fill out the issue template. If you believe there is a feature missing, please</translate>
50+
<translate>and be sure to fill out the issue template. If you believe there is a feature missing, please</translate>{' '}
5151
<a href="https://react-navigation.canny.io/feature-requests">
5252
<translate> create a feature request on Canny</translate>
5353
</a>
54-
<translate>, or if you're feeling up for the task of proposing an API for the feature, </translate>
54+
<translate>, or if you're feeling up for the task of proposing an API for the feature, </translate>{' '}
5555
<a href="https://github.com/react-navigation/rfcs">
5656
<translate>submit a RFC!</translate>
57-
</a>
57+
</a>{' '}
5858
<translate> If you just need some help, try joining us in the</translate>
59-
<code> react-navigation </code>
59+
{' '}<code>react-navigation</code>{' '}
6060
<translate>channel on</translate>
6161
<a href="https://discord.gg/4xEK3nD"> Discord </a>
62-
<translate>or</translate>
62+
<translate>or</translate>{' '}
6363
<a href="https://stackoverflow.com/questions/tagged/react-navigation">
6464
<translate> post a question to StackOverflow</translate>
6565
</a>.

0 commit comments

Comments
 (0)