refactor: Update TWILIGHT_BASE_URL in download.tsx

This commit is contained in:
mauro-balades
2024-10-06 21:24:23 +02:00
parent ab8febe416
commit 08944651d6

View File

@@ -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";