0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-25 04:35:17 +00:00

Update about.vue

This commit is contained in:
gayolGate Studio 2022-07-31 19:04:54 +02:00 committed by GitHub
parent b9cffc6416
commit 980da83de8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +1,16 @@
<template>
<div class="px-6 py-3">
<h3 class="my-2">Description</h3>
<h3 class="my-2">{{ lang.description }}</h3>
<p>{{ $store.state.channel.descriptionPreview }}</p>
<br />
<br />
<h3 class="my-2">Links</h3>
<h3 class="my-2">{{ lang.links }}</h3>
<div v-ripple class="py-2 d-flex flex-row">
<v-avatar tile size="20" color="primary"> </v-avatar>
<span class="ml-4 primary--text">Social Media</span>
</div>
<br />
<h3 class="my-2">More Info</h3>
<h3 class="my-2">{{ lang.moreinfo }}</h3>
<div v-ripple class="py-2 d-flex flex-row">
<v-icon size="24" color="primary">mdi-web</v-icon>
<span class="ml-4">https://www.youtube.com/c/todo</span>