Add spacing to star
This commit is contained in:
parent
7c04fce8b2
commit
a34355e70e
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="ml-2">
|
||||
<button type="button" @click="starred = !starred" class="text-orange focus:text-blue-dark focus:outline-none">
|
||||
<svg class="h-6 w-6 fill-current" role="presentation"><use :xlink:href="`/img/icons.symbol.svg#state__${starred ? 'starred' : 'unstarred'}`"></use></svg>
|
||||
</button>
|
||||
|
|
Reference in a new issue