mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
feat(website): windows light/dark screenshot
This commit is contained in:
parent
dbe241dee7
commit
866ccc1696
Binary file not shown.
Before Width: | Height: | Size: 128 KiB |
BIN
apps/website/src/assets/screenshot_desktop_win_dark.png
Normal file
BIN
apps/website/src/assets/screenshot_desktop_win_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 244 KiB |
BIN
apps/website/src/assets/screenshot_desktop_win_light.png
Normal file
BIN
apps/website/src/assets/screenshot_desktop_win_light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 232 KiB |
@ -32,12 +32,11 @@ function HeroSection() {
|
|||||||
case "macos":
|
case "macos":
|
||||||
screenshotUrl = `./src/assets/screenshot_desktop_mac_${colorScheme}.png`;
|
screenshotUrl = `./src/assets/screenshot_desktop_mac_${colorScheme}.png`;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "linux":
|
case "linux":
|
||||||
break;
|
break;
|
||||||
case "windows":
|
case "windows":
|
||||||
default:
|
default:
|
||||||
screenshotUrl = "./src/assets/screenshot_desktop_win.png";
|
screenshotUrl = `./src/assets/screenshot_desktop_win_${colorScheme}.png`;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user