From 9e0d2f6a70bd9087d16f6c5852e731fc318c1370 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza <8016841+diegosouzapw@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:48:08 -0300 Subject: [PATCH] Set active status to false in news.json --- news.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news.json b/news.json index ea665551e1..bf4077df7d 100644 --- a/news.json +++ b/news.json @@ -1,5 +1,5 @@ { - "active": true, + "active": false, "title": "Novidade no Omniverse", "message": "Está lançado hoje o tOmni, o terminal interativo múltiplo para Agentes de AI! Experimente a nova interface focada em produtividade para desenvolvedores.", "link": "https://github.com/diegosouzapw/tOmni",