remove the unused YT icon

This commit is contained in:
Bnyro 2022-08-28 16:44:55 +02:00 committed by Kavin
parent 26f77e4aec
commit 4af8256a98
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -18,7 +18,7 @@ import {
faClone, faClone,
faShare, faShare,
} from "@fortawesome/free-solid-svg-icons"; } 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"; import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
library.add( library.add(
faEye, faEye,
@ -28,7 +28,6 @@ library.add(
faCheck, faCheck,
faHeart, faHeart,
faHeadphones, faHeadphones,
faYoutube,
faRss, faRss,
faChevronLeft, faChevronLeft,
faLevelDownAlt, faLevelDownAlt,