mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
refactor: Update download.tsx to fix download link URL
This commit is contained in:
parent
26dd892f21
commit
818b8bed76
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import { zodResolver } from '@hookform/resolvers/zod'
|
|||
import { releases } from "@/lib/releases";
|
||||
import { addDownload } from "@/lib/db";
|
||||
|
||||
const BASE_URL = "https://github.com/zen-browser/desktop/releases/download/latest";
|
||||
const BASE_URL = "https://github.com/zen-browser/desktop/releases/latest/download";
|
||||
|
||||
function getDefaultPlatformBasedOnUserAgent() {
|
||||
let userAgent = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue