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",