fix img alt text (#4569)

This commit is contained in:
eashaw 2022-03-11 10:55:04 -06:00 committed by GitHub
parent 9dba07395b
commit a401c8f97e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
Get Docker
</a>
</div>
<p class="pt-4"><img alt="A small circle with an "I" inside of it"
<p class="pt-4"><img alt="A small circle with an 'I' inside of it"
style="width: 16px; display: inline; margin-right: 8px; margin-bottom: 3px" src="/images/info-16x16@2x.png">We
use NPM to install <code>fleetctl</code>. It can also be installed via the <a
href="https://github.com/fleetdm/fleet/releases" target="_blank">release page</a> or <a
@ -33,10 +33,10 @@
<p class="comment"># Run a local demo of the Fleet server</p>
<p class="command">sudo fleetctl preview</p>
</div>
<p class="mb-0"><img alt="A small circle with an "I" inside of it"
<p class="mb-0"><img alt="A small circle with an 'I' inside of it"
style="width: 16px; display: inline; margin-right: 8px; margin-bottom: 3px"
src="/images/info-16x16@2x.png">Windows users can omit <code>sudo</code>, and should run the command in <code>Cmd</code>/<code>PowerShell</code> as administrators.</p>
<p class="mb-0"><img alt="A small circle with an "I" inside of it"
<p class="mb-0"><img alt="A small circle with an 'I' inside of it"
style="width: 16px; display: inline; margin-right: 8px; margin-bottom: 3px"
src="/images/info-16x16@2x.png">M1 Macs users need to have <a href="https://support.apple.com/en-us/HT211861" target="_blank">Rosetta</a> installed in order to
run fleet preview successfully.</p>