mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	feat(website): windows light/dark screenshot
This commit is contained in:
		
										
											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;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user