mirror of
https://github.com/maciejpedzich/spotifyplaylistarchive.com.git
synced 2024-11-09 15:03:02 +01:00
Place info icon to the left of copy URLs button
This commit is contained in:
parent
7d1538a35e
commit
c835227947
@ -94,6 +94,13 @@ const copyTrackUrls = async () => {
|
||||
</li>
|
||||
</ul>
|
||||
<div class="my-2 flex justify-content-center">
|
||||
<span
|
||||
v-if="!canCopyToClipboard"
|
||||
v-tooltip.top="copyTrackUrlsTooltip"
|
||||
class="flex align-items-center text-blue-300"
|
||||
>
|
||||
<i class="pi pi-info-circle"></i>
|
||||
</span>
|
||||
<Button
|
||||
v-tooltip.hover="copyTrackUrlsTooltip"
|
||||
class="p-button-text"
|
||||
@ -102,13 +109,6 @@ const copyTrackUrls = async () => {
|
||||
:disabled="!canCopyToClipboard"
|
||||
@click="copyTrackUrls"
|
||||
/>
|
||||
<span
|
||||
v-if="!canCopyToClipboard"
|
||||
v-tooltip.top="copyTrackUrlsTooltip"
|
||||
class="flex align-items-center text-blue-300"
|
||||
>
|
||||
<i class="pi pi-info-circle"></i>
|
||||
</span>
|
||||
<a
|
||||
id="export-to-json"
|
||||
class="p-component p-button p-button-text"
|
||||
|
Loading…
Reference in New Issue
Block a user