docs: convert website from postcss to emotion (#2068)

This commit is contained in:
Zeb Pykosz
2020-01-23 21:55:18 -05:00
committed by Shawn Erquhart
parent 7b0838dfef
commit 3d474b1944
69 changed files with 7769 additions and 6834 deletions

View File

@ -1,4 +1,5 @@
import React from 'react';
import ChatButton from './components/chat-button';
class HTML extends React.Component {
render() {
@ -24,9 +25,7 @@ class HTML extends React.Component {
{this.props.preBodyComponents}
<div key={'body'} id="___gatsby" dangerouslySetInnerHTML={{ __html: this.props.body }} />
{this.props.postBodyComponents}
<a className="chat-button" href="/chat">
<img src="/img/slack.svg" />
</a>
<ChatButton />
<script src="//unpkg.com/docsearch.js@2.4.1/dist/cdn/docsearch.min.js" />
</body>
</html>