diff --git a/apps/marketing/src/pages/index.astro b/apps/marketing/src/pages/index.astro
index a864c169924..25be7d67367 100644
--- a/apps/marketing/src/pages/index.astro
+++ b/apps/marketing/src/pages/index.astro
@@ -1,6 +1,5 @@
---
import Layout from "../layouts/Layout.astro";
-import TuxIcon from "../components/TuxIcon.astro";
import { tweets } from "../lib/tweets";
const desktopEndorsementRows = [
@@ -53,7 +52,7 @@ const mobileEndorsementRows = [
>
-
+
Download for macOS
@@ -360,7 +359,8 @@ const mobileEndorsementRows = [
-
+
+
Download for macOS
Windows · Linux · other
@@ -548,7 +548,7 @@ const mobileEndorsementRows = [
:global([data-platform="mac"]) .dl-icon--apple { display: block; }
:global([data-platform="win"]) .dl-icon--windows { display: block; }
:global([data-platform="linux"]) .dl-icon--linux { display: block; }
- :global(:not([data-platform])) .dl-icon--apple { display: block; }
+ :global(html:not([data-platform])) .dl-icon--apple { display: block; }
/* Floating harness marks */
.hero-float {