mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 21:54:53 +03:00
Minor refactor to correct spelling, updated version number to 20.2.5 and bundled.
This commit is contained in:
parent
41b28eccb1
commit
005ab6e222
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "otx-redoc",
|
||||
"version": "20.2.4",
|
||||
"version": "20.2.5",
|
||||
"description": "ReDoc",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -24,7 +24,7 @@ export class ApiBackTo extends React.Component<{ isOt2: boolean }> {
|
|||
</svg>
|
||||
|
||||
{isOt2 ? <span style={{color: this.state.backTextColor}}>OT2 services</span>
|
||||
: <span style={{color: this.state.backTextColor}}>OpenText product</span>}
|
||||
: <span style={{color: this.state.backTextColor}}>OpenText products</span>}
|
||||
</ApiBackToText>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user