0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 19:25:16 +00:00
This commit is contained in:
Alex 2022-04-23 16:11:35 +12:00
commit ff23d2f9a9
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<template>
<center>
<img src="/channel_notice.svg" style="width: 80%; margin: 2em;" />
<h1>Channel Pages are still being worked on</h1><br><br>
<v-btn to="/home">Return Home</v-btn>
</center>
</template>

View file

@ -48,6 +48,7 @@
).slimVideoInformationRenderer.collapsedSubtitle.runs"
>{{ text.text }}
</template>
</div>
</v-card-text>
</div>
<v-icon class="ml-4" v-if="showMore">mdi-chevron-up</v-icon>
@ -192,6 +193,7 @@
</div>
<item-section-renderer v-else :render="recommends" />
</div>
</div>
</template>
<script>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.7 KiB