mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
Fix: Variables Text Missing Whitespace (#7844)
* Added missing space to render text properly * Switching to the space method used above in file
This commit is contained in:
@@ -99,7 +99,7 @@ const VariablesEditor = ({ collection }) => {
|
||||
<div className="mt-8 muted text-xs">
|
||||
Note: As of today, runtime variables can only be set via the API - <span className="font-medium">getVar()</span>{' '}
|
||||
and <span className="font-medium">setVar()</span>. <br />
|
||||
You can use the <span className="font-medium">var</span> variable with the
|
||||
You can use the <span className="font-medium">var</span> variable with the{' '}
|
||||
<span className="font-medium">{'{{var}}'}</span> syntax.<br />
|
||||
</div>
|
||||
</StyledWrapper>
|
||||
|
||||
Reference in New Issue
Block a user