diff --git a/src/components/download.tsx b/src/components/download.tsx index 2f4a458..50e747b 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -3,7 +3,7 @@ import { useState, useEffect } from "react"; import styled, { keyframes } from "styled-components"; import { ny } from "@/lib/utils"; import { Checkbox } from "./ui/checkbox"; -import { ChevronLeft } from "lucide-react"; +import { ChevronLeft, InfoIcon } from "lucide-react"; import { Button } from "./ui/button"; import Particles from "./ui/particles"; import confetti from "canvas-confetti"; @@ -212,13 +212,13 @@ export default function DownloadPage() {
{(hasDownloaded && ( -
+

Downloaded! ❤️

-

+

Your download of Zen Browser will begin shortly. Enjoy browsing the web with Zen!

-
+ + {selectedLinuxDownloadType === "appimage" && ( +
+
+ +

+ AppImage users? +

+
+

+ If you're using an AppImage, you can use the automatic installer, check it out{" "} +

+
+bash <(curl https://updates.zen-browser.app/appimage.sh)
+                  
+
+ )}
)) || ( <>