Skip to content

Commit 6edac0e

Browse files
committed
fix: replace emoji OS icons with official Apple/Linux logos from Simple Icons
1 parent 5db994f commit 6edac0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

landing/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -957,16 +957,16 @@ <h1 class="fade-up delay-1">
957957
</button>
958958
<div id="dl-dropdown" class="dropdown-menu">
959959
<a class="dropdown-item" href="https://github.com/dotindustries/warpgrid/releases/latest/download/warp-darwin-arm64">
960-
<span class="dl-icon">🍎</span>
960+
<img class="dl-icon" src="https://cdn.simpleicons.org/apple/ffffff" alt="macOS" width="18" height="18">
961961
<span><span class="dl-platform">macOS</span> <span class="dl-arch">Apple Silicon (arm64)</span></span>
962962
</a>
963963
<a class="dropdown-item" href="https://github.com/dotindustries/warpgrid/releases/latest/download/warp-darwin-x64">
964-
<span class="dl-icon">🍎</span>
964+
<img class="dl-icon" src="https://cdn.simpleicons.org/apple/ffffff" alt="macOS" width="18" height="18">
965965
<span><span class="dl-platform">macOS</span> <span class="dl-arch">Intel (x64)</span></span>
966966
</a>
967967
<div class="dropdown-divider"></div>
968968
<a class="dropdown-item" href="https://github.com/dotindustries/warpgrid/releases/latest/download/warp-linux-x64">
969-
<span class="dl-icon">🐧</span>
969+
<img class="dl-icon" src="https://cdn.simpleicons.org/linux/ffffff" alt="Linux" width="18" height="18">
970970
<span><span class="dl-platform">Linux</span> <span class="dl-arch">x86_64</span></span>
971971
</a>
972972
<div class="dropdown-divider"></div>

0 commit comments

Comments
 (0)