chore: fix formatting in website/src/html.js (#2783)

This commit is contained in:
Erez Rokah 2019-10-23 08:33:00 +03:00 committed by GitHub
parent 943dccc4b4
commit 2bafa2c8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ class HTML extends React.Component {
<div key={'body'} id="___gatsby" dangerouslySetInnerHTML={{ __html: this.props.body }} />
{this.props.postBodyComponents}
<a className="chat-button" href="/chat">
<img src="/img/slack.svg"/>
<img src="/img/slack.svg" />
</a>
<script src="//unpkg.com/docsearch.js@2.4.1/dist/cdn/docsearch.min.js" />
</body>