forked from jsnbuchanan/crowd-funder-for-time-pwa
refactor some verbiage & look-and-feel
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user