mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +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":
|
||||
screenshotUrl = `./src/assets/screenshot_desktop_mac_${colorScheme}.png`;
|
||||
break;
|
||||
|
||||
case "linux":
|
||||
break;
|
||||
case "windows":
|
||||
default:
|
||||
screenshotUrl = "./src/assets/screenshot_desktop_win.png";
|
||||
screenshotUrl = `./src/assets/screenshot_desktop_win_${colorScheme}.png`;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user