From 08944651d6b52405c28428dc6ad769cff22274e2 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Sun, 6 Oct 2024 21:24:23 +0200 Subject: [PATCH] refactor: Update TWILIGHT_BASE_URL in download.tsx --- src/components/download.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/download.tsx b/src/components/download.tsx index 4176f40..60786f2 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -13,7 +13,7 @@ import Link from "next/link"; const BASE_URL = "https://github.com/zen-browser/desktop/releases/latest/download"; const TWILIGHT_BASE_URL = - "https://github.com/zen-browser/desktop/releases/twilight/download"; + "https://github.com/zen-browser/desktop/releases/download/twilight"; import SparklesText from "./ui/sparkles-text"; import { RainbowButton } from "./ui/rainbow-button";