diff --git a/frontend/public/data/products.json b/frontend/public/data/products.json index e4b9c13..d94f324 100644 --- a/frontend/public/data/products.json +++ b/frontend/public/data/products.json @@ -12,7 +12,7 @@ }, "2378": { "name": "Windows 10 22H2 Home China (19045.2006)", - "badge": "EOL SOON", + "badge": "EOL", "archs": [ "x64" ], @@ -22,7 +22,7 @@ }, "2618": { "name": "Windows 10 22H2 v1 (19045.2965)", - "badge": "EOL SOON", + "badge": "EOL", "archs": [ "x64", "x86" diff --git a/frontend/src/pages/HomePage.tsx b/frontend/src/pages/HomePage.tsx index a227ebe..b24cc6e 100644 --- a/frontend/src/pages/HomePage.tsx +++ b/frontend/src/pages/HomePage.tsx @@ -35,7 +35,7 @@ const featured = [ name: 'Windows 10', version: '22H2', build: '19045.2965', - description: 'The final Windows 10 feature update. Security support until October 2025.', + description: 'The final Windows 10 feature update. Support ended Oct 2025; ESU through Oct 2026.', badge: 'eol' as const, archs: ['x64', 'x86'], },