diff options
author | Maxim Devaev <[email protected]> | 2023-08-26 04:48:58 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-08-26 04:48:58 +0300 |
commit | 82616ed7b53d8f225f855acc7755b3bdc6b58989 (patch) | |
tree | a2c89b07658067ef4117ad6261ff6a262e7f88c7 /web/kvm/index.html | |
parent | 36df38972c4b6c39f026ed6633982295a79076bf (diff) |
pikvm/pikvm#1095: floppy icon is missing on macOS
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 5116e15b..8ecdbfdf 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -500,7 +500,7 @@ <select disabled id="msd-image-selector"></select> </td> <td> - <button disabled id="msd-download-button" title="Download image"> 🖪 </button> + <button disabled id="msd-download-button" title="Download image"><b> ⇩ </b></button> </td> <td> <button disabled id="msd-remove-button" title="Remove image"><b> × </b></button> |