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. +
+{PRE_RELEASE_DISCLAIMER}
-+ Select your operating system +
-- Select your operating system -
- - {/* OS Selection */} -- Released{" "} - {RELEASE_DATE_FORMAT.format( - new Date(currentRelease.publishedAt), - )} -
- {bestAsset && ( -- {bestAsset.name} • {formatFileSize(bestAsset.size)} -
+{PRE_RELEASE_DISCLAIMER}
++ Released{" "} + {RELEASE_DATE_FORMAT.format( + new Date(currentRelease.publishedAt), )} +
+ {bestAsset && ( ++ {bestAsset.name} • {formatFileSize(bestAsset.size)} +
+ )} +- Last updated: {LAST_UPDATED_FORMAT.format(new Date(lastUpdated))}{" "} - UTC -
- - View all releases on GitHub -+ Last updated: {LAST_UPDATED_FORMAT.format(new Date(lastUpdated))} UTC +
+ + View all releases on GitHub +