mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-05 07:01:14 +00:00
general software cleanup
This commit is contained in:
parent
4cd1d72eee
commit
59e146c67a
4 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ export default {
|
|||
{ name: "Home", icon: "mdi-home", link: "/" },
|
||||
//{ name: "Shorts", icon: "mdi-lightning-bolt", link: "/shorts" },
|
||||
//{ name: "Upload", icon: "mdi-plus", link: "/upload" },
|
||||
{ name: "Subscriptions", icon: "mdi-youtube-subscription", link: "/subs" },
|
||||
{ name: "Subscriptions", icon: "mdi-youtube-subscription", link: "/subscriptions" },
|
||||
{ name: "Library", icon: "mdi-view-list", link: "/library" },
|
||||
],
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<center>
|
||||
<v-icon size="100">mdi-close-circle</v-icon>
|
||||
<v-icon size="100" style="margin-top: 0.5em;">mdi-close-circle</v-icon>
|
||||
<h1 class="grey--text">Incomplete</h1>
|
||||
</center>
|
||||
</template>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<center>
|
||||
<v-icon size="100">mdi-close-circle</v-icon>
|
||||
<v-icon size="100" style="margin-top: 0.5em;">mdi-close-circle</v-icon>
|
||||
<h1 class="grey--text">Incomplete</h1>
|
||||
</center>
|
||||
</template>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<center>
|
||||
<v-icon size="100">mdi-close-circle</v-icon>
|
||||
<v-icon size="100" style="margin-top: 0.5em;">mdi-close-circle</v-icon>
|
||||
<h1 class="grey--text">Incomplete</h1>
|
||||
</center>
|
||||
</template>
|
Loading…
Reference in a new issue