Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="flex items-center">
<span>@{{ method.title }}</span>
<img
class="absolute right-5 size-8"
class="absolute right-5 h-8 w-9"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we maybe only have a set height and maybe a max width instead? To make sure any really wide icons don't get cut off but also don't take up too much space?

v-bind:src="`/payment-icons/${method.code}.svg`"
onerror="this.onerror=null; this.src=`/payment-icons/default.svg`"
v-bind:alt="method.title"
Expand Down