Fix: design and few function
This commit is contained in:
@@ -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" },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user