feat(website): windows light/dark screenshot

This commit is contained in:
Elian Doran 2025-09-27 15:01:03 +03:00
parent dbe241dee7
commit 866ccc1696
No known key found for this signature in database
4 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

View File

@ -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;
}