Add donate btn

This commit is contained in:
PascalMarchesseault
2024-08-12 14:13:49 -04:00
parent 071b65b89e
commit 0818595cf3
4 changed files with 13 additions and 9 deletions

View File

@@ -76,10 +76,9 @@
icon
@click="toggleComments">
<v-icon>mdi-comment-outline</v-icon>
</v-btn>
<v-btn variant="plain" icon @click="donate">
<v-icon>mdi-gift-outline</v-icon>
</v-btn>
</v-btn>
<donation-button creator="creator"></donation-button>
</div>
<div :class="{'hidden': !commentsVisible}">
@@ -101,6 +100,7 @@ import MessageList from "@/views/messages/MessageList.vue";
import PostMessage from "@/views/messages/PostMessage.vue";
import YoutubePlayer from './YoutubePlayer.vue';
import ImageViewer from './ImageViewer.vue';
import DonationButton from "@/views/creators/donation-button.vue";
const props = defineProps({
content: {