From 87c8b28e56ab7c84674968c62bb1fc446dfb0826 Mon Sep 17 00:00:00 2001 From: Rem0o Date: Fri, 16 Feb 2024 17:33:49 -0500 Subject: [PATCH] Update downloadModal.tsx --- src/reactComponents/downloadModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reactComponents/downloadModal.tsx b/src/reactComponents/downloadModal.tsx index 62ee990..1a3c60f 100644 --- a/src/reactComponents/downloadModal.tsx +++ b/src/reactComponents/downloadModal.tsx @@ -66,7 +66,7 @@ function Download(props: DownloadProps) { return (
{grouped.portable ? ( - DownloadableAssetAssetGroup(grouped.portable, "Portable", props) + DownloadableAssetAssetGroup(grouped.portable, "Portable (.zip)", props) ) : ( <> )}