mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-13 22:00:28 +05:30
parent
7a13dc923e
commit
7baa3fbe34
@ -59,7 +59,7 @@
|
||||
:title="(isListening ? 'Watch ' : 'Listen to ') + video.title"
|
||||
class="uk-margin-small-left uk-button uk-button-small"
|
||||
>
|
||||
<font-awesome-icon icon="headphones"></font-awesome-icon>
|
||||
<font-awesome-icon :icon="isListening ? 'tv' : 'headphones'"></font-awesome-icon>
|
||||
</router-link>
|
||||
</div>
|
||||
|
||||
|
@ -10,6 +10,7 @@ import {
|
||||
faHeadphones,
|
||||
faRss,
|
||||
faChevronLeft,
|
||||
faTv,
|
||||
} from "@fortawesome/free-solid-svg-icons";
|
||||
import { faGithub, faBitcoin, faYoutube } from "@fortawesome/free-brands-svg-icons";
|
||||
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
|
||||
@ -26,6 +27,7 @@ library.add(
|
||||
faYoutube,
|
||||
faRss,
|
||||
faChevronLeft,
|
||||
faTv,
|
||||
);
|
||||
|
||||
import("uikit/dist/css/uikit-core.css");
|
||||
|
Loading…
Reference in New Issue
Block a user