lower project "I Gave" button into list of contact, and tweak other wording

This commit is contained in:
2024-01-24 20:46:05 -07:00
parent a0911bb0fd
commit 88f869d600
4 changed files with 43 additions and 26 deletions

View File

@@ -37,11 +37,11 @@
</div>
</div>
<div class="mt-2 text-right">
<span v-if="showGivenToUser" class="mt-2 mr-16">
<span v-if="showGivenToUser" class="mr-16">
<input type="checkbox" class="mr-2" v-model="givenToUser" />
<label class="text-sm">Given to you</label>
</span>
<span class="mt-2">
<span>
<input type="checkbox" class="mr-2" v-model="isTrade" />
<label class="text-sm">Trade (not a gift)</label>
</span>