From 6a72071525ee1f7c927e67b36c7331d43cef309a Mon Sep 17 00:00:00 2001 From: Joshua Higgins Date: Mon, 14 Oct 2024 22:13:15 -0400 Subject: [PATCH] download link --- src/components/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/header.tsx b/src/components/header.tsx index bf0703d..b0c190b 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -11,7 +11,7 @@ import confetti from "canvas-confetti"; const download = () => { throwConfetti() - window.location.replace(`https://realm.abunchofknowitalls.com/Realm.exe`) + window.location.replace(`https://github.com/joshuafhiggins/realm-chat/releases/latest/download/Realm.exe`) } const throwConfetti = () => {