Browse Source

Add button with gift icon for future dialog

pull/47/head
Matthew Raymer 1 year ago
parent
commit
c502869c5f
  1. 3
      src/views/ContactsView.vue

3
src/views/ContactsView.vue

@ -167,6 +167,9 @@
}" }"
class="tooltip" class="tooltip"
> >
<button>
<fa icon="gift" class="pt-1 pr-2 text-slate-500" />Give
</button>
<fa icon="file-lines" class="text-slate-600 fa-fw ml-1" /> <fa icon="file-lines" class="text-slate-600 fa-fw ml-1" />
<span class="tooltiptext-left">See All Given Activity</span> <span class="tooltiptext-left">See All Given Activity</span>
</router-link> </router-link>

Loading…
Cancel
Save