mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 12:47:14 +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 => {
|
export default props => {
|
||||||
if (props.error) {
|
if (props.error) {
|
||||||
return <div align="center">Error 🔥🔥🔥</div>;
|
return <div align="center">Error</div>;
|
||||||
}
|
}
|
||||||
if (props.pastDelay) {
|
if (props.pastDelay) {
|
||||||
return <div align="center">Loading...</div>;
|
return <div align="center">Loading...</div>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue