diff --git a/src/views/contents/ContentCard.vue b/src/views/contents/ContentCard.vue index c3dfbb8..1c98cf0 100644 --- a/src/views/contents/ContentCard.vue +++ b/src/views/contents/ContentCard.vue @@ -76,6 +76,9 @@ icon @click="toggleComments"> mdi-comment-outline + + + mdi-gift-outline @@ -130,6 +133,10 @@ function dislikeContent() { console.log('Content disliked'); } +function donate() { + console.log('Content disliked'); +} + function getComponent(url) { if (url.includes('youtube.com') || url.includes('youtu.be')) { return YoutubePlayer; diff --git a/src/views/explorer/ThumbnailImage.png b/src/views/explorer/ThumbnailImage.png new file mode 100644 index 0000000..e2586b9 Binary files /dev/null and b/src/views/explorer/ThumbnailImage.png differ diff --git a/src/views/main/Header.vue b/src/views/main/Header.vue index ea73836..39c31bd 100644 --- a/src/views/main/Header.vue +++ b/src/views/main/Header.vue @@ -6,7 +6,6 @@
-
+ +
+ + + + mdi-earth + + + +
+