From b9448613447ba6159ac7c7bdd1a763e9843e36be Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Fri, 16 Aug 2024 10:34:46 +0200 Subject: [PATCH] chore: Hide install button and add download link for Zen Browser --- src/components/theme-page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/theme-page.tsx b/src/components/theme-page.tsx index c793b1b..6ff9a61 100644 --- a/src/components/theme-page.tsx +++ b/src/components/theme-page.tsx @@ -19,8 +19,9 @@ export default function ThemePage({ theme }: { theme: ZenTheme }) { )}
+

You need to have Zen Browser installed to install this theme. Download now!

);