refactor some verbiage & look-and-feel

This commit is contained in:
2024-11-30 13:16:58 -07:00
parent 5fc021b197
commit 7acf921e82
4 changed files with 79 additions and 46 deletions

View File

@@ -14,7 +14,7 @@
>
<fa icon="chevron-left" class="fa-fw"></fa>
</button>
Idea
Project Idea
<h2 class="text-xl font-semibold">
{{ name }}
<button
@@ -226,7 +226,7 @@
@click="openOfferDialog()"
class="block w-full bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white rounded-md"
>
Offer (maybe with conditions)...
Offer to this (maybe with conditions)...
</button>
</div>
</div>
@@ -403,7 +403,9 @@
:fromProjectId="this.projectId"
/>
<h3 class="text-lg font-bold mb-3 mt-4">Benefitted By This</h3>
<h3 class="text-lg font-bold mb-3 mt-4">
Benefitted From This Project
</h3>
<div v-if="givesProvidedByThis.length === 0">(None yet.)</div>