diff --git a/src/layouts/Content.tsx b/src/layouts/Content.tsx index b0b0074..f70eb47 100644 --- a/src/layouts/Content.tsx +++ b/src/layouts/Content.tsx @@ -2,11 +2,6 @@ import { DownloadIcon } from "lucide-react"; import screenshot1 from "../assets/screenshot-1.png"; export function Content() { - const handleDownload = () => { - window.location.href = - "https://github.com/beyenilmez/iconium/releases/latest/download/iconium-amd64-installer.exe"; - }; - return (