|
@ -134,7 +134,9 @@ |
|
|
<div class="text-center"> |
|
|
<div class="text-center"> |
|
|
<p class="mt-2 mb-4 text-center">Record a contribution from:</p> |
|
|
<p class="mt-2 mb-4 text-center">Record a contribution from:</p> |
|
|
</div> |
|
|
</div> |
|
|
<ul class="grid grid-cols-4 gap-x-3 gap-y-5 text-center mb-5"> |
|
|
<ul |
|
|
|
|
|
class="grid grid-cols-4 sm:grid-cols-5 md:grid-cols-6 gap-x-3 gap-y-5 text-center mb-5" |
|
|
|
|
|
> |
|
|
<li @click="openGiftDialog({ name: 'you', did: activeDid })"> |
|
|
<li @click="openGiftDialog({ name: 'you', did: activeDid })"> |
|
|
<fa icon="hand" class="fa-fw text-slate-400 text-5xl" /> |
|
|
<fa icon="hand" class="fa-fw text-slate-400 text-5xl" /> |
|
|
<h3 |
|
|
<h3 |
|
|