mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 00:49:42 -06:00
fix: fixed testimonial image overflowing from it's container (#2731)
This commit is contained in:
committed by
GitHub
parent
ac4064503a
commit
bcceab4858
@@ -40,7 +40,7 @@ export const Testimonial = () => {
|
||||
<Image
|
||||
src={Peer}
|
||||
alt="Cal.com Co-Founder Peer Richelsen"
|
||||
className="-mb-12 h-28 w-28 rounded-full border border-slate-200 shadow-sm"
|
||||
className="h-28 w-28 rounded-full border border-slate-200 shadow-sm"
|
||||
/>
|
||||
<div>
|
||||
<p className="mb-1.5 text-sm text-slate-500">Peer Richelsen, Co-Founder Cal.com</p>
|
||||
|
||||
Reference in New Issue
Block a user