Skip to content

Commit

Permalink
style: center logo and name of presenter workplace
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-zeynal committed Nov 25, 2023
1 parent 667155a commit 032b4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/presenters/PresenterCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const PresenterCard = ({ name, photo, desc, logo, onClick, showButton = true, sh
</Stack>
{role && <Chip label={role}/>}
{logo && (
<Stack flexDirection="column" alignItems="center" gap={1}
<Stack flexDirection="column" alignItems="center" justifyContent="center" gap={1}
sx={{
bgcolor: '#3f579a',
padding: '10px',
Expand Down

0 comments on commit 032b4a7

Please sign in to comment.