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,
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,