diff --git a/src/routes/downloads.tsx b/src/routes/downloads.tsx index 217da22..2ce982d 100644 --- a/src/routes/downloads.tsx +++ b/src/routes/downloads.tsx @@ -26,7 +26,7 @@ export default function fetchDownloadRoutes(state: State, filter = '') { const fonts = contents.filter(value => value.category == 'font'); return [ { - label: `OS ${apps.length}`, + label: `OS ${os.length}`, key: 'OS', icon: () => , children: toOptions(os)