From 33756cf107e7a0b679c4ffb0acd754b4ba6bcbdd Mon Sep 17 00:00:00 2001 From: Beckett Frey Date: Mon, 24 Aug 2026 15:28:16 -0500 Subject: [PATCH] Clarify install expectations on the download page Move the pre-release disclaimer inside the download panel, between the OS tiles and the release card, so the caveat reads as applying to the build about to be downloaded rather than to the page as a whole. When the selected build is stable, a plain rule fills the same slot, keeping the two halves separated and the spacing stable as the OS switches. Add a note above the panel pointing researchers on university-managed devices at their IT department, since a managed device is the most common reason the installer will not run. --- app/download/page.tsx | 9 ++ components/DownloadPanelClient.tsx | 212 ++++++++++++++--------------- 2 files changed, 114 insertions(+), 107 deletions(-) diff --git a/app/download/page.tsx b/app/download/page.tsx index 757ebba..8897e14 100644 --- a/app/download/page.tsx +++ b/app/download/page.tsx @@ -1,4 +1,5 @@ import type { Metadata } from "next"; +import { Info } from "lucide-react"; import { Footer, Navbar } from "../../layout"; import DownloadPanel from "../../components/DownloadPanel"; @@ -26,6 +27,14 @@ export default function DownloadPage() { Get the latest version of VoxKit for your operating system

+
+ +

+ Some researchers with university-managed devices may need to contact + their university's IT to install the app. +

+
+