diff --git a/src/components/home/contentLinkShare.vue b/src/components/home/contentLinkShare.vue
index 0a02db1d..55a61d1c 100644
--- a/src/components/home/contentLinkShare.vue
+++ b/src/components/home/contentLinkShare.vue
@@ -6,8 +6,9 @@
>
-
+
{{ currentList.title === '' ? $t('misc.loading') : currentList.title }}
@@ -31,6 +32,7 @@ import PoweredByLink from './PoweredByLink.vue'
const store = useStore()
const currentList = computed(() => store.state.currentList)
const background = computed(() => store.state.background)
+const logoVisible = computed(() => store.state.logoVisible)