mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 12:17:20 +02:00
v2: nits
This commit is contained in:
parent
48f273e68f
commit
dcb733a63a
2 changed files with 134 additions and 134 deletions
|
@ -2,7 +2,7 @@ import React from 'react';
|
|||
|
||||
export default props => {
|
||||
if (props.error) {
|
||||
return <div align="center">Error 🔥🔥🔥</div>;
|
||||
return <div align="center">Error</div>;
|
||||
}
|
||||
if (props.pastDelay) {
|
||||
return <div align="center">Loading...</div>;
|
||||
|
|
Loading…
Add table
Reference in a new issue