Add button with gift icon for future dialog

This commit is contained in:
Matthew Raymer
2023-07-19 18:41:12 +08:00
parent b7aacd63e6
commit c502869c5f

View File

@@ -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>