forked from jsnbuchanan/crowd-funder-for-time-pwa
Linting
This commit is contained in:
@@ -39,19 +39,19 @@
|
|||||||
<font-awesome icon="pen" class="text-sm text-blue-500 ml-2" />
|
<font-awesome icon="pen" class="text-sm text-blue-500 ml-2" />
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
:title="
|
:title="
|
||||||
isStarred
|
isStarred
|
||||||
? 'Remove from starred projects'
|
? 'Remove from starred projects'
|
||||||
: 'Add to starred projects'
|
: 'Add to starred projects'
|
||||||
"
|
"
|
||||||
@click="toggleStar()"
|
@click="toggleStar()"
|
||||||
>
|
>
|
||||||
<font-awesome
|
<font-awesome
|
||||||
:icon="isStarred ? 'star' : ['far', 'star']"
|
:icon="isStarred ? 'star' : ['far', 'star']"
|
||||||
:class="isStarred ? 'text-yellow-500' : 'text-slate-500'"
|
:class="isStarred ? 'text-yellow-500' : 'text-slate-500'"
|
||||||
class="text-sm ml-2"
|
class="text-sm ml-2"
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user