mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
use utf-8 emoji
This commit is contained in:
@@ -16,7 +16,7 @@ export default props => {
|
|||||||
|
|
||||||
if (props.pdfError) {
|
if (props.pdfError) {
|
||||||
return (
|
return (
|
||||||
<div style={errorStyles}> {props.pdfError}</div>
|
<div style={errorStyles}>😢 {props.pdfError}</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user