use utf-8 emoji

This commit is contained in:
Thomas Ruoff
2018-01-08 00:35:28 +01:00
parent dbb4e133f7
commit 23d3cf31cd

View File

@@ -16,7 +16,7 @@ export default props => {
if (props.pdfError) { if (props.pdfError) {
return ( return (
<div style={errorStyles}>&#xe413; {props.pdfError}</div> <div style={errorStyles}>😢 {props.pdfError}</div>
); );
} }