Change embed share icons to match regular icons
This commit is contained in:
parent
104131697d
commit
c5cc4897eb
|
@ -29,14 +29,14 @@
|
||||||
class="action"
|
class="action"
|
||||||
@click="copyYoutubeEmbed()"
|
@click="copyYoutubeEmbed()"
|
||||||
>
|
>
|
||||||
<font-awesome-icon icon="file-video"/>
|
<font-awesome-icon icon="copy"/>
|
||||||
Copy embed
|
Copy embed
|
||||||
</ft-button>
|
</ft-button>
|
||||||
<ft-button
|
<ft-button
|
||||||
class="action"
|
class="action"
|
||||||
@click="openYoutubeEmbed()"
|
@click="openYoutubeEmbed()"
|
||||||
>
|
>
|
||||||
<font-awesome-icon icon="file-video"/>
|
<font-awesome-icon icon="globe"/>
|
||||||
Open embed
|
Open embed
|
||||||
</ft-button>
|
</ft-button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -64,14 +64,14 @@
|
||||||
class="action"
|
class="action"
|
||||||
@click="copyInvidiousEmbed()"
|
@click="copyInvidiousEmbed()"
|
||||||
>
|
>
|
||||||
<font-awesome-icon icon="file-video"/>
|
<font-awesome-icon icon="copy"/>
|
||||||
Copy embed
|
Copy embed
|
||||||
</ft-button>
|
</ft-button>
|
||||||
<ft-button
|
<ft-button
|
||||||
class="action"
|
class="action"
|
||||||
@click="openInvidiousEmbed()"
|
@click="openInvidiousEmbed()"
|
||||||
>
|
>
|
||||||
<font-awesome-icon icon="file-video"/>
|
<font-awesome-icon icon="globe"/>
|
||||||
Open embed
|
Open embed
|
||||||
</ft-button>
|
</ft-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue