mockup: change wording

This commit is contained in:
Jose Olarte III
2025-12-03 09:34:37 +08:00
parent 54351dd67c
commit ce54b0b435

View File

@@ -117,7 +117,7 @@ Raymer * @version 1.0.0 */
@click="openPersonDialog()"
>
<font-awesome icon="circle-plus" />
Record a Gift
Record a Give
</button>
<button
type="button"
@@ -144,7 +144,7 @@ Raymer * @version 1.0.0 */
@click="openPersonDialog()"
>
<font-awesome icon="circle-plus" />
Record a Gift
Record a Give
</button>
<div class="grid grid-cols-2 gap-1">
<button
@@ -153,7 +153,7 @@ Raymer * @version 1.0.0 */
@click="openProjectDialog()"
>
<font-awesome icon="folder-open" />
Project Gift
Project Give
</button>
<button
type="button"
@@ -161,7 +161,7 @@ Raymer * @version 1.0.0 */
@click="openGiftedPrompts()"
>
<font-awesome icon="lightbulb" />
Gift Ideas
Give Ideas
</button>
</div>
</div>