From dda52efcfa7e61ea771e2ac0e13cc3f134eb8707 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:19:58 +0200 Subject: [PATCH] fixed project status --- src/routes/projects/projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/projects/projects.json b/src/routes/projects/projects.json index e8a90a9..0a97293 100644 --- a/src/routes/projects/projects.json +++ b/src/routes/projects/projects.json @@ -494,7 +494,7 @@ "title": "Bash Command Alias Editor", "description": "This program helps you to create and edit command aliases on the Bash shell", "status": "discontinued", - "statuscolor": "purple", + "statuscolor": "gray", "categories": [ "tools" ],