Skip to content

Commit

Permalink
32 - Review comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarajnetcentric committed Mar 1, 2024
1 parent 0683161 commit cb03cbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function prepareSpecification() {
if (specificationsObj.Range) {
addSpeedInformation(specificationsObj.Range, infoContainer);
// Temp content as it is not received from document
addSpeedInformation(specificationsObj['Number of Passengers'].replace('to', '-'), infoContainer, 'Passengers', true);
addSpeedInformation(specificationsObj['Number of Passengers'].replace('to', ''), infoContainer, 'passengers', true);
addSpeedInformation(specificationsObj.Length, infoContainer);
}

Expand Down
1 change: 0 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ main .section.highlight {
font-size: 15px;
line-height: 24px;
padding-left: 5px;
vertical-align: super;
}

.default-content-wrapper .info {
Expand Down

0 comments on commit cb03cbf

Please sign in to comment.