From b37534e385923c727aadc3979b9b2d7d3d28fb2a Mon Sep 17 00:00:00 2001 From: Avik Mukherjee <77090462+Avik-creator@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:25:43 +0530 Subject: [PATCH] Update src/components/Installer/index.jsx Co-authored-by: Jannis Leidel --- src/components/Installer/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Installer/index.jsx b/src/components/Installer/index.jsx index a5b3400..b4b85fd 100644 --- a/src/components/Installer/index.jsx +++ b/src/components/Installer/index.jsx @@ -23,7 +23,7 @@ export default function CondaInstallerSelector() { name: "Miniconda", url: "https://docs.anaconda.com/miniconda/index.html", defaultChannel: "defaults", - description: "Minimal conda installer with Python", + description: "Minimal installation of Anaconda Distribution", }, Miniforge: { name: "Miniforge",