Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fix styling of status code in response
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Dec 6, 2017
1 parent 6b3c504 commit c042454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-explorer-ui/src/IconStatus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ function IconStatus({ status }) {
})}
>
<i className="fa fa-circle" />
&nbsp;{statusCode[0]}&nbsp;
<em>
&nbsp;{statusCode[0]}&nbsp;
{statusCode[1]}
</em>
</span>
Expand Down

0 comments on commit c042454

Please sign in to comment.