mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
List edit, remove icon in favor of text
This commit is contained in:
parent
3bafbcbcfb
commit
139e61be2b
1 changed files with 3 additions and 2 deletions
|
@ -15,8 +15,9 @@
|
|||
:title="$t('list.edit')"
|
||||
@click="edit"
|
||||
>
|
||||
<span>{{ listName }} ({{ gameCount }})</span>
|
||||
<i class="edit fas fa-pen" />
|
||||
<span>{{ listName }} </span>
|
||||
|
||||
<small>(Click to edit)</small>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue