Skip to content

Commit

Permalink
Merge branch 'shiksha-2.0' of github.com:tekdi/shiksha-frontend into …
Browse files Browse the repository at this point in the history
…shiksha-2.0
  • Loading branch information
itsvick committed Jul 5, 2024
2 parents d2b2eef + de058e1 commit 921f5e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/pages/centers/[cohortId].tsx
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ const TeachingCenterDetails = () => {
cursor={'pointer'}
sx={{ color: theme.palette.warning['A200'], marginTop: '15px' }}
/>
<Box m={'1rem 1rem 0.5rem'} display={'flex'} gap={'5px'}>
<Box m={'1rem 1rem 0.5rem'} display={'column'} gap={'5px'}>
<Typography textAlign={'left'} fontSize={'22px'}>
{cohortDetails?.name}
</Typography>
@@ -90,11 +90,14 @@ const TeachingCenterDetails = () => {
(cohortDetails?.centerType)
</Typography>
)}
<Box>
</Box>
<Box>
<Typography textAlign={'left'} fontSize={'11px'} fontWeight={500}>
{cohortDetails?.address}
</Typography>
</Box>
</Box>

</Box>
</Box>
</Box>

0 comments on commit 921f5e3

Please sign in to comment.