From aa283284fe6acf7fb82792ca778828b4e5bf7c8f Mon Sep 17 00:00:00 2001 From: pandadev <70103896+0PandaDEV@users.noreply.github.com> Date: Fri, 5 Jul 2024 18:43:40 +0200 Subject: [PATCH] added favicons and youtube thumbnails --- app.vue | 56 ++++++++++++++++++++++++++++++++++++------- assets/css/style.scss | 21 +++++++++++++--- 2 files changed, 65 insertions(+), 12 deletions(-) diff --git a/app.vue b/app.vue index c9682dc..c760edb 100644 --- a/app.vue +++ b/app.vue @@ -1,7 +1,7 @@ - {{ selectedItem?.content || '' }} + Image + YouTube Thumbnail + {{ selectedItem?.content || '' }} @@ -47,7 +51,6 @@