Skip to content

Commit

Permalink
refactor(live-response): move h4 to inside div class request-url (swa…
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lai authored Mar 28, 2022
1 parent 6686f34 commit 10db26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/live-response.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export default class LiveResponse extends React.Component {
? <RequestSnippets request={ curlRequest }/>
: <Curl request={ curlRequest } getConfigs={ getConfigs } />) }
{ url && <div>
<h4>Request URL</h4>
<div className="request-url">
<h4>Request URL</h4>
<pre className="microlight">{url}</pre>
</div>
</div>
Expand Down

0 comments on commit 10db26d

Please sign in to comment.