diff --git a/src/components/home/contentAuth.vue b/src/components/home/contentAuth.vue index 6583b55ea..ec45aff7b 100644 --- a/src/components/home/contentAuth.vue +++ b/src/components/home/contentAuth.vue @@ -9,13 +9,13 @@
+ :style="{'background-image': backgroundUrl ? `url(${backgroundUrl})` : undefined}">
baseStore.background) -const blurHash = computed(() => baseStore.blurHash) const menuActive = computed(() => baseStore.menuActive) +const currentList = computed(() => baseStore.currentList) + +const {backgroundUrl, blurHashUrl} = useListBackground(currentList) function showKeyboardShortcuts() { baseStore.setKeyboardShortcutsActive(true) diff --git a/src/components/home/contentLinkShare.vue b/src/components/home/contentLinkShare.vue index bfcf8821b..a3213a6d1 100644 --- a/src/components/home/contentLinkShare.vue +++ b/src/components/home/contentLinkShare.vue @@ -1,7 +1,7 @@