Fix: design and few function

This commit is contained in:
2025-11-27 18:13:06 +05:30
parent 7460157b46
commit c1d0519c09
25 changed files with 1446 additions and 395 deletions

View File

@@ -27,7 +27,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
/* Beneficiary Options */
const links = [
{ label: "Add Beneficiary", href: "/beneficiary/add_beneficiary" },
{ label: "Add Beneficiary", href: "/beneficiary" },
{ label: "View Beneficiary", href: "/beneficiary/view_beneficiary" },
];