mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-06 15:16:37 +00:00
feat: add "Top Ups" option to sidebar with appropriate permissions and icon ✨
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user