Skip to content

Commit

Permalink
refactor(Testimonial): change card class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sourtzis committed Apr 28, 2022
1 parent 7b6d128 commit e995c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Testimonial/Testimonial.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Testimonial.Avatar = ({ children, ...rest }) => {
return (
<Grid.Column mobile={12} tablet={3} computer={2}>
<div className="avatar-wrapper">
<Card className={`eea avatar small`} fluid={rest.fluid}>
<Card className={`eea rounded small`} fluid={rest.fluid}>
<Image src={rest.src} wrapped ui={false} alt="card image" />
<Card.Content>
<Card.Header>{rest.title}</Card.Header>
Expand Down

0 comments on commit e995c32

Please sign in to comment.