From 7c8f2fed220175bf1fe6b2dd360cd190cc72e3a9 Mon Sep 17 00:00:00 2001 From: Vigneshk5 Date: Sat, 5 Oct 2024 22:27:02 +0530 Subject: [PATCH] fix: download option for unsupported OS --- src/components/download.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/download.tsx b/src/components/download.tsx index bdcde99..766605d 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -579,7 +579,7 @@ export default function DownloadPage() { )} + {selectedPlatform === "" && ( +
+ +

+ Unfortunately, Zen Browser is not available for your platform at + this time. +

+
+ )} {(platform === "Linux" || platform === "Windows") && flowIndex === 1 && (