|
|
@ -10,7 +10,7 @@ |
|
|
|
class="text-lg text-center leading-none absolute right-0 -top-1" |
|
|
|
@click="onClickClose(true)" |
|
|
|
> |
|
|
|
<fa icon="xmark" class="w-[1em]"></fa> |
|
|
|
<fa icon="xmark" class="w-[1em]" /> |
|
|
|
</div> |
|
|
|
</h1> |
|
|
|
|
|
|
@ -19,11 +19,12 @@ |
|
|
|
<span v-if="numContacts > 0"> |
|
|
|
click on {{ firstContactName }}'s name or |
|
|
|
</span> |
|
|
|
click on the <span class="bg-green-600 text-white rounded-full"> |
|
|
|
<fa icon="plus" class="fa-fw"></fa> |
|
|
|
click on the |
|
|
|
<span class="bg-green-600 text-white rounded-full"> |
|
|
|
<fa icon="plus" class="fa-fw" /> |
|
|
|
</span> |
|
|
|
button to express your appreciation for... whatever -- like |
|
|
|
thanks for showing you all these fascinating stories of |
|
|
|
button to express your appreciation for... whatever -- like thanks for |
|
|
|
showing you all these fascinating stories of |
|
|
|
<em>gratitude</em>. |
|
|
|
</p> |
|
|
|
<p v-else class="mt-4"> |
|
|
@ -83,7 +84,7 @@ |
|
|
|
class="text-lg text-center leading-none absolute right-0 -top-1" |
|
|
|
@click="onClickClose(true)" |
|
|
|
> |
|
|
|
<fa icon="xmark" class="w-[1em]"></fa> |
|
|
|
<fa icon="xmark" class="w-[1em]" /> |
|
|
|
</div> |
|
|
|
</h1> |
|
|
|
|
|
|
@ -140,14 +141,14 @@ |
|
|
|
class="text-lg text-center leading-none absolute right-0 -top-1" |
|
|
|
@click="onClickClose(true)" |
|
|
|
> |
|
|
|
<fa icon="xmark" class="w-[1em]"></fa> |
|
|
|
<fa icon="xmark" class="w-[1em]" /> |
|
|
|
</div> |
|
|
|
</h1> |
|
|
|
|
|
|
|
<p class="relative"> |
|
|
|
Now you can take a turn: click on the |
|
|
|
<span class="bg-green-600 text-white rounded-full"> |
|
|
|
<fa icon="plus" class="fa-fw"></fa> |
|
|
|
<fa icon="plus" class="fa-fw" /> |
|
|
|
</span> |
|
|
|
button to throw out projects of your own... anything you'd like to see |
|
|
|
happen. If your first idea doesn't catch anyone, try, try again... and |
|
|
|