From e7fe0d087dac12b1f0c0d1aa4a78f2c0cb349464 Mon Sep 17 00:00:00 2001 From: avivkeller Date: Wed, 21 May 2025 16:59:54 -0400 Subject: [PATCH] chore(download): remove windows instructions from fnm --- apps/site/util/downloadUtils/constants.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/site/util/downloadUtils/constants.json b/apps/site/util/downloadUtils/constants.json index 526e738fb0357..a04695ee3dd40 100644 --- a/apps/site/util/downloadUtils/constants.json +++ b/apps/site/util/downloadUtils/constants.json @@ -127,10 +127,10 @@ }, { "id": "FNM", - "icon": "NVM", + "icon": "FNM", "name": "fnm", "compatibility": { - "os": ["MAC", "LINUX", "WIN"] + "os": ["MAC", "LINUX"] }, "recommended": true, "url": "https://github.com/Schniz/fnm",