From 89a35a96742e44bcaba2ee72597294365e64f573 Mon Sep 17 00:00:00 2001 From: i701 Date: Fri, 4 Jul 2025 23:05:30 +0500 Subject: [PATCH] =?UTF-8?q?feat:=20add=20"Top=20Ups"=20option=20to=20sideb?= =?UTF-8?q?ar=20with=20appropriate=20permissions=20and=20icon=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ui/app-sidebar.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/ui/app-sidebar.tsx b/components/ui/app-sidebar.tsx index 4332501..a156e9d 100644 --- a/components/ui/app-sidebar.tsx +++ b/components/ui/app-sidebar.tsx @@ -1,4 +1,5 @@ import { + BadgePlus, Calculator, ChevronRight, Coins, @@ -73,6 +74,12 @@ export async function AppSidebar({ icon: , perm_identifier: "payment", }, + { + title: "Top Ups", + link: "/top-ups?page=1", + icon: , + perm_identifier: "topup", + }, { title: "Parental Control", link: "/parental-control",