From f3a7b70e1cbdbb22b9f12d24856a0e65f4aa307b Mon Sep 17 00:00:00 2001 From: 404invalid-user Date: Wed, 20 Nov 2024 14:21:42 +0000 Subject: [PATCH] Changed homebox note from warning to info --- json/homebox.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/homebox.json b/json/homebox.json index fe4e82ac..cc55634d 100644 --- a/json/homebox.json +++ b/json/homebox.json @@ -33,7 +33,7 @@ "notes": [ { "text": "env file location: `/opt/.env`", - "type": "warning" + "type": "info" } ] -} \ No newline at end of file +}