From c01693bd818f515d1fb20a30b6358ba1a29210ba Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Sun, 15 Sep 2024 14:39:24 +0200 Subject: [PATCH] Refactor DownloadPage component to add AppImage installation instructions --- src/components/download.tsx | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) 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!

- )) || ( <>