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}>
|
<li key={w._id}>
|
||||||
<button onClick={e => this._activateRequest(w)}
|
<button onClick={e => this._activateRequest(w)}
|
||||||
className={buttonClasses}>
|
className={buttonClasses}>
|
||||||
<i className="fa fa-random"></i> Switch to
|
<i className="fa fa-random"></i>
|
||||||
{" "}
|
|
||||||
<strong>{w.name}</strong>
|
Switch to <strong>{w.name}</strong>
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user