Minor refactor to correct spelling, updated version number to 20.2.5 and bundled.

This commit is contained in:
Ashutosh Kumar Singh 2020-04-17 13:02:53 -04:00
parent 41b28eccb1
commit 005ab6e222
6 changed files with 13 additions and 13 deletions

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

View File

@ -1,6 +1,6 @@
{
"name": "otx-redoc",
"version": "20.2.4",
"version": "20.2.5",
"description": "ReDoc",
"repository": {
"type": "git",

View File

@ -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>
);