Skip to content

Commit cacf795

Browse files
author
byron
committed
another emoji attempt
1 parent 433ab79 commit cacf795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/error/FrontEnd/FrontEndError.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ class FrontEndError extends Component {
3333
className="dash-fe-error-top"
3434
onClick={() => this.setState({collapsed: !collapsed})}
3535
>
36+
⛑️
3637
<span className="dash-fe-error-top__group">
3738
<span className="dash-fe-error__title">
3839
{e.error.message || 'Error'}
3940
</span>
4041
</span>
41-
4242
<span className="dash-fe-error-top__group">
4343
<span className="dash-fe-error__timestamp">
4444
{`${e.timestamp.toLocaleTimeString()}`}

0 commit comments

Comments
 (0)