feat: update getNews API query handling and enhance social share button styles

This commit is contained in:
Ardeman
2025-03-25 00:21:09 +08:00
parent fa5f7fbe92
commit 724a14d741
3 changed files with 12 additions and 6 deletions
+6
View File
@@ -1,4 +1,5 @@
import {
BriefcaseIcon,
ChartBarSquareIcon,
ClipboardDocumentCheckIcon,
DocumentCurrencyDollarIcon,
@@ -68,6 +69,11 @@ export const MENU: TMenu[] = [
url: '/lg-admin/subscribe-plan',
icon: DocumentCurrencyDollarIcon,
},
{
title: 'Staff',
url: '/lg-admin/staffs',
icon: BriefcaseIcon,
},
],
},
]