mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-25 10:19:07 +01:00
Change screenshot(実装漏れ)
This commit is contained in:
parent
b4e507da32
commit
b294d7c816
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue