Skip to content

Commit

Permalink
fix(Quote): Fix testimonial image size (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohebifar authored Sep 27, 2024
1 parent 187905b commit db724a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/components/shared/pt.blocks/Quote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Quote = (props: QuoteProps) => {
<SanityImage
maxWidth={450}
image={props.image}
elProps={{ className: "mb-10 block", height: 40, width: "auto" }}
elProps={{ className: "mb-6 block h-10 w-auto" }}
alt={props.authorImage?.alt}
/>
)}
Expand Down

0 comments on commit db724a2

Please sign in to comment.