diff --git a/src/pages/centers/[cohortId].tsx b/src/pages/centers/[cohortId].tsx index 9cec5e60..975285f0 100644 --- a/src/pages/centers/[cohortId].tsx +++ b/src/pages/centers/[cohortId].tsx @@ -81,7 +81,7 @@ const TeachingCenterDetails = () => { cursor={'pointer'} sx={{ color: theme.palette.warning['A200'], marginTop: '15px' }} /> - + {cohortDetails?.name} @@ -90,11 +90,14 @@ const TeachingCenterDetails = () => { (cohortDetails?.centerType) )} + + {cohortDetails?.address} - + +