diff --git a/src/components/download.tsx b/src/components/download.tsx index 27b762f..7229e5a 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -10,6 +10,7 @@ import { Button } from "./ui/button"; import Particles from "./ui/particles"; import confetti from 'canvas-confetti'; import { releases, releaseTree } from "@/lib/releases"; +import { InfoCircledIcon } from "@radix-ui/react-icons"; const BASE_URL = "https://github.com/zen-browser/desktop/releases/latest/download"; @@ -353,6 +354,12 @@ export default function DownloadPage() { )} + {((platform === "Linux" || platform === "Windows") && flowIndex === 1) && ( +
Confused about which architecture to choose? System requirements.
+