From d192f47bc7a7827126fe285a33ee7c0a1bf1f429 Mon Sep 17 00:00:00 2001 From: Felipe Coutinho Date: Sat, 3 Jan 2026 14:36:19 +0000 Subject: [PATCH] chore: remove unused changelog link from sidebar navigation --- components/sidebar/nav-link.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/components/sidebar/nav-link.tsx b/components/sidebar/nav-link.tsx index c51ca88..b4a909e 100644 --- a/components/sidebar/nav-link.tsx +++ b/components/sidebar/nav-link.tsx @@ -5,7 +5,6 @@ import { RiBankLine, RiCalendarEventLine, RiDashboardLine, - RiGitCommitLine, RiFundsLine, RiGroupLine, RiLineChartLine, @@ -162,11 +161,11 @@ export function createSidebarNavData(pagadores: PagadorLike[]): SidebarNavData { }, ], navSecondary: [ - { - title: "Changelog", - url: "/changelog", - icon: RiGitCommitLine, - }, + // { + // title: "Changelog", + // url: "/changelog", + // icon: RiGitCommitLine, + // }, { title: "Ajustes", url: "/ajustes",