Community post bugfix

This commit is contained in:
Nikita Krupin 2022-05-19 13:55:13 -04:00
parent 228c560386
commit 60deca8f4a
2 changed files with 9 additions and 5 deletions

View File

@ -47,6 +47,15 @@
v-text="parseBottom(video)"
/>
</v-card-text>
<v-btn
fab
text
elevation="0"
style="width: 50px !important; height: 50px !important"
@click.prevent=""
>
<v-icon>mdi-share-outline</v-icon>
</v-btn>
</div>
</v-card>
</template>

View File

@ -41,11 +41,6 @@
@click.prevent=""
>
<v-icon>mdi-share-outline</v-icon>
<div
class="mt-2"
style="font-size: 0.66rem"
v-text="item.value || item.name"
/>
</v-btn>
</div>
<p class="px-4">Blurb Blurb Text Goes Here ...</p>