mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
remove the unused YT icon
This commit is contained in:
parent
26f77e4aec
commit
4af8256a98
1 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,7 @@ import {
|
|||
faClone,
|
||||
faShare,
|
||||
} from "@fortawesome/free-solid-svg-icons";
|
||||
import { faGithub, faBitcoin, faYoutube } from "@fortawesome/free-brands-svg-icons";
|
||||
import { faGithub, faBitcoin } from "@fortawesome/free-brands-svg-icons";
|
||||
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
|
||||
library.add(
|
||||
faEye,
|
||||
|
@ -28,7 +28,6 @@ library.add(
|
|||
faCheck,
|
||||
faHeart,
|
||||
faHeadphones,
|
||||
faYoutube,
|
||||
faRss,
|
||||
faChevronLeft,
|
||||
faLevelDownAlt,
|
||||
|
|
Loading…
Reference in a new issue