change screenshots

This commit is contained in:
kakkokari-gtyih 2023-12-20 17:57:48 +09:00
parent ea17b42f2a
commit 176f98ca81
3 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@ const screenshots = computed(() => {
if (colorMode.preference === 'dark') { if (colorMode.preference === 'dark') {
return { return {
desktop: '/img/hero/misskey-dark.png', desktop: '/img/hero/misskey-dark.png',
mobile: '/img/hero/screenshot-mobile-en.png', mobile: '/img/hero/misskey-mobile-dark.png',
}; };
} else { } else {
return { return {
desktop: '/img/hero/misskey-light.png', desktop: '/img/hero/misskey-light.png',
mobile: '/img/hero/screenshot-mobile.png', mobile: '/img/hero/misskey-mobile-light.png',
}; };
} }
}); });

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB