Skip to content

Commit 5dd2d2f

Browse files
committed
add margin right to button
1 parent 93141af commit 5dd2d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/Contentful/Article/Article.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class Article extends React.Component {
347347
button: tc['primary-green-md'],
348348
}}
349349
>
350-
<DiscordIconWhite /> Chat on Discord
350+
<DiscordIconWhite style={{marginRight: '5px'}} /> Chat on Discord
351351
</PrimaryButton>
352352
</div>
353353
</div>

0 commit comments

Comments
 (0)