Skip to content

Commit

Permalink
fix: remove border radius from presenter's workplace logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-zeynal committed Nov 26, 2023
1 parent efb1b0b commit fd3f7b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/Components/presenters/PresenterCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const PresenterCard = ({ name, photo, desc, logo, onClick, showButton = true, ro
style={{
width: 'fit-content',
height: '40px',
borderRadius: '10px',
objectFit: 'fit',
objectPosition: 'center',
}}
Expand Down

0 comments on commit fd3f7b9

Please sign in to comment.