From 3acb91eb64fba3101c5288b7e2585d9360c9174a Mon Sep 17 00:00:00 2001 From: Brady Dibble Date: Sat, 4 Oct 2025 17:12:15 -0700 Subject: [PATCH] Adding Rocky Linux 10 to the Product filter dropdown for errata.rockylinux.org following Apollo beginning to publish RL10 errata --- apollo/ui/src/components/Overview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo/ui/src/components/Overview.tsx b/apollo/ui/src/components/Overview.tsx index ec1d3a0d..fc2994c8 100644 --- a/apollo/ui/src/components/Overview.tsx +++ b/apollo/ui/src/components/Overview.tsx @@ -281,7 +281,7 @@ export const Overview = () => { setFilterProduct(e.currentTarget.value as string); }} > - {['Rocky Linux 8', 'Rocky Linux 9'].map((s) => ( + {['Rocky Linux 8', 'Rocky Linux 9', 'Rocky Linux 10'].map((s) => ( ))}