Skip to content

Commit

Permalink
fix: round the borrower image
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Feb 7, 2024
1 parent c5572b6 commit 68a4d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Iwd/IwdThanksPageVariations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
<!-- eslint-disable-next-line max-len -->
<span class="tw-text-brand">{{ iwdBorrowerLocation }}</span><span>, the borrower</span><span class="tw-text-brand"> you just lent to</span><span>! This loan is special because...</span>
</div>
<div class="iwd-borrower-image tw-basis-auto md:tw-basis-1/2 tw-overflow-hidden">
<div class="iwd-borrower-image tw-basis-auto md:tw-basis-1/2">
<borrower-image
v-if="iwdLoan"
class="tw-w-full tw-bg-black data-hj-suppress"
class="tw-h-full tw-w-full tw-bg-black data-hj-suppress !tw-p-0 tw-rounded"
:alt="iwdBorrowerName"
:default-image="{ width: 548 }"
:hash="iwdLoanImageHash"
Expand Down

0 comments on commit 68a4d24

Please sign in to comment.