Agent invite image fixes.

This commit is contained in:
Ylian Saint-Hilaire
2022-02-15 10:49:52 -08:00
parent 611af0a2b1
commit 196eccf330
4 changed files with 2 additions and 8 deletions

View File

@@ -92,7 +92,7 @@
<h3>Microsoft&trade; Windows 64bit</h3>
<p><a id="win64url">Download the software here</a>, run it and press "Install" or "Connect".</p>
<div style="text-align:center">
<img id="agentInviteImagePreview64" class="winagent-img" src="{{{agentInviteImagePreview}}}" />
<img class="winagent-img" src="images/winagent.png" />
</div>
</div>
@@ -100,7 +100,7 @@
<h3>Microsoft&trade; Windows 32bit</h3>
<p><a id="win32url">Download the software here</a>, run it and press "Install" or "Connect".</p>
<div style="text-align:center">
<img id="agentInviteImagePreview32" class="winagent-img" src="{{{agentInviteImagePreview}}}" />
<img class="winagent-img" src="images/winagent.png" />
</div>
</div>