diff --git a/src/components/download.tsx b/src/components/download.tsx index 1d83bdd..4c4000d 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -2,7 +2,6 @@ import { useState, useEffect } from "react"; import styled, { keyframes } from "styled-components"; import { ny } from "@/lib/utils"; -import { Checkbox } from "./ui/checkbox"; import { ChevronLeft, InfoIcon } from "lucide-react"; import { Button } from "./ui/button"; import Particles from "./ui/particles"; @@ -14,6 +13,7 @@ const BASE_URL = "https://github.com/zen-browser/desktop/releases/latest/download"; import SparklesText from "./ui/sparkles-text"; +import { CopyButton } from "@/components/ui/copy-button"; const field_enter = keyframes` 0% { opacity: 0; @@ -191,6 +191,9 @@ export default function DownloadPage() { } }; + const linuxAppimageBashScript = + 'bash {"<"}(curl https://updates.zen-browser.app/appimage.sh)'; + return ( <> -
-										bash {"<"}(curl https://updates.zen-browser.app/appimage.sh)
+									
+										{linuxAppimageBashScript}
+										
 									
)}