mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Spacing
This commit is contained in:
parent
ccbbda274d
commit
136c554b2c
@ -276,9 +276,9 @@ class RequestSwitcherModal extends Component {
|
||||
<li key={w._id}>
|
||||
<button onClick={e => this._activateRequest(w)}
|
||||
className={buttonClasses}>
|
||||
<i className="fa fa-random"></i> Switch to
|
||||
{" "}
|
||||
<strong>{w.name}</strong>
|
||||
<i className="fa fa-random"></i>
|
||||
|
||||
Switch to <strong>{w.name}</strong>
|
||||
</button>
|
||||
</li>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user