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:
Steven
2026-04-23 15:08:48 -04:00
committed by GitHub
parent e12b736516
commit 9501a14bf8

View File

@@ -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>