Fix title related issues

This commit is contained in:
dragongoose
2025-09-30 19:45:44 -04:00
parent f8176ccc3a
commit 55fc96447e
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -9,3 +9,5 @@ onMounted(function () {
document.title = props.title
})
</script>
<template></template>
+1 -1
View File
@@ -95,13 +95,13 @@ export default {
</script>
<template>
<vue-title title="Discover"></vue-title>
<loading-screen v-show="!data && status != 'error'"></loading-screen>
<div v-show="status === 'error'">
<error-message></error-message>
</div>
<div v-show="data" class="max-w-5xl grow w-[100vw] mx-auto">
<vue-title title="Discover"></vue-title>
<div v-if="following && following.length > 0" class="p-2 text-contrast mb-4">
<h1 class="font-bold text-5xl">{{ $t('home.following') }}</h1>
<p class="text-xl mb-2">{{ $t('home.streamersYouFollow') }}</p>