feat: add "Top Ups" option to sidebar with appropriate permissions and icon

This commit is contained in:
2025-07-04 23:05:30 +05:00
parent cd1dba06f0
commit 89a35a9674

View File

@ -1,4 +1,5 @@
import { import {
BadgePlus,
Calculator, Calculator,
ChevronRight, ChevronRight,
Coins, Coins,
@ -73,6 +74,12 @@ export async function AppSidebar({
icon: <CreditCard size={16} />, icon: <CreditCard size={16} />,
perm_identifier: "payment", perm_identifier: "payment",
}, },
{
title: "Top Ups",
link: "/top-ups?page=1",
icon: <BadgePlus size={16} />,
perm_identifier: "topup",
},
{ {
title: "Parental Control", title: "Parental Control",
link: "/parental-control", link: "/parental-control",