From 32ab4ae0df09881fe1579a80a5ce99bac956ef73 Mon Sep 17 00:00:00 2001 From: Rushikesh-Sonawane99 Date: Fri, 5 Jul 2024 13:23:54 +0530 Subject: [PATCH] Issue #PS-000 chore: Fixed Center Alignment issue --- src/pages/centers/[cohortId].tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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} - + +