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