mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 00:43:50 +01:00
change screenshots
This commit is contained in:
parent
ea17b42f2a
commit
176f98ca81
@ -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',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
BIN
public/img/hero/misskey-mobile-dark.png
Normal file
BIN
public/img/hero/misskey-mobile-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 207 KiB |
BIN
public/img/hero/misskey-mobile-light.png
Normal file
BIN
public/img/hero/misskey-mobile-light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 193 KiB |
Loading…
Reference in New Issue
Block a user