mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
fix
This commit is contained in:
parent
bcae2d5d69
commit
46f465c5d8
|
@ -7294,7 +7294,7 @@ var ErrorBoundary_ErrorBoundary = /** @class */ (function (_super) {
|
||||||
external_react_["createElement"]("br", null),
|
external_react_["createElement"]("br", null),
|
||||||
external_react_["createElement"]("small", null,
|
external_react_["createElement"]("small", null,
|
||||||
" Commit: ",
|
" Commit: ",
|
||||||
"7a8a289c"));
|
"bcae2d5d"));
|
||||||
}
|
}
|
||||||
return external_react_["Children"].only(this.props.children);
|
return external_react_["Children"].only(this.props.children);
|
||||||
};
|
};
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -140,7 +140,7 @@ const defaultTheme: ThemeInterface = {
|
||||||
},
|
},
|
||||||
rightPanel: {
|
rightPanel: {
|
||||||
backgroundColor: '#ffffff',
|
backgroundColor: '#ffffff',
|
||||||
width: '40%',
|
width: '0%',
|
||||||
textColor: '#333333',
|
textColor: '#333333',
|
||||||
},
|
},
|
||||||
codeSample: {
|
codeSample: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user