Skip to content

Commit 825f842

Browse files
committed
update image border
1 parent 1deeb2b commit 825f842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/pages/iop/[documentId].js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ export default function InvestmentOpportunityProfile() {
633633
)}
634634
alt={section.name}
635635
fill
636-
className="object-contain rounded-xl"
636+
className="object-cover rounded-xl"
637637
unoptimized
638638
/>
639639
</div>
@@ -647,7 +647,7 @@ export default function InvestmentOpportunityProfile() {
647647
src={getImageUrl(profile[section.imageField])}
648648
alt={section.name}
649649
fill
650-
className="object-contain rounded-xl"
650+
className="object-cover rounded-xl"
651651
unoptimized
652652
/>
653653
</div>

0 commit comments

Comments
 (0)