diff --git a/src/app/[locale]/programs/page.tsx b/src/app/[locale]/programs/page.tsx index ac792b4..0b11d89 100644 --- a/src/app/[locale]/programs/page.tsx +++ b/src/app/[locale]/programs/page.tsx @@ -83,7 +83,7 @@ export default function ProgrmPage({ router.push(`apply?programid=${program.id}`); }; const handleViewClick = (program: Program) => { - router.push(`submission?programId=${program.id}`); + router.push(`view?programId=${program.id}`); }; const handleReapplyClick = (program: Program) => { router.push(`apply?programid=${program.id}`); @@ -105,24 +105,20 @@ export default function ProgrmPage({ {program.is_portal_form_mapped && (program.is_multiple_form_submission ? ( showReapplyButton ? ( - - ) : null ) : ( - - ))} > @@ -134,33 +130,27 @@ export default function ProgrmPage({ {program.is_portal_form_mapped && (program.is_multiple_form_submission ? ( showReapplyButton ? ( - - ) : ( - - ) ) : ( - - ))} > @@ -172,24 +162,20 @@ export default function ProgrmPage({ {program.is_portal_form_mapped && (program.is_multiple_form_submission ? ( showReapplyButton ? ( - - ) : null ) : ( - - ))} > @@ -198,14 +184,12 @@ export default function ProgrmPage({ return ( <>
{description1}
++ {description1} +
{description2}
++ {description2} +
diff --git a/src/components/Pagination.tsx b/src/components/Pagination.tsx index da3ae2a..46192e5 100644 --- a/src/components/Pagination.tsx +++ b/src/components/Pagination.tsx @@ -71,4 +71,3 @@ export default function Pagination({ ); } - diff --git a/src/components/navigation/Footer.tsx b/src/components/navigation/Footer.tsx index b97e6ea..b0b4353 100644 --- a/src/components/navigation/Footer.tsx +++ b/src/components/navigation/Footer.tsx @@ -55,7 +55,8 @@ export default function Footer() { color: "#484848", opacity: "1", whiteSpace: "nowrap", - }} > + }} + > {t("Contact Us")} @@ -74,7 +75,8 @@ export default function Footer() { color: "#484848", opacity: "1", whiteSpace: "nowrap", - }} > + }} + > {t("Others")}