From d55d86aa3cb5cd0b5b29646b499dac5b16f20c1e Mon Sep 17 00:00:00 2001 From: kate Date: Sun, 7 May 2023 02:19:45 +0800 Subject: [PATCH] fix: comment out link for nightly desktop build (#882) --- src/pages/settings/panes/Native.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/settings/panes/Native.tsx b/src/pages/settings/panes/Native.tsx index ad6f620b..ab1c39ac 100644 --- a/src/pages/settings/panes/Native.tsx +++ b/src/pages/settings/panes/Native.tsx @@ -66,7 +66,7 @@ export function Native() { title="Enable Discord status" description="Rep Revolt on your Discord status." /> - { const build = nightly ? "nightly" : "stable"; @@ -79,7 +79,7 @@ export function Native() { }} title="Revolt Nightly" description="Use the beta branch of Revolt." - /> + /> */}

Titlebar