diff --git a/components/index/hero/Left.vue b/components/index/hero/Left.vue index d50a670f..567f2d9a 100644 --- a/components/index/hero/Left.vue +++ b/components/index/hero/Left.vue @@ -42,7 +42,7 @@ const { locale, fallbackLocale } = useI18n(); const localePath = useLocalePath(); const showTagline = ref(false); const colorMode = useColorMode(); -const mobileScreenShot = computed(() => (colorMode.preference === 'dark') ? '/img/hero/screenshot-mobile-en.png' : '/img/hero/screenshot-mobile.png'); +const mobileScreenShot = computed(() => (colorMode.preference === 'dark') ? '/img/hero/misskey-mobile-dark.png' : '/img/hero/misskey-mobile-light.png'); // お知らせ欄にブログが来る可能性もあるので const localeState = useState('miHub_blog_originalLocale', () => locale.value); @@ -79,4 +79,4 @@ onMounted(() => { .notice { background-image: linear-gradient(90deg, #86b300, #4ab300, #4ab300); } - \ No newline at end of file +