Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Iori Ichinose committed Dec 5, 2021
1 parent 4b4e2fc commit b4bfcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: () => <NIcon><DesktopOutline /></NIcon>,
children: toOptions(os)
Expand Down

0 comments on commit b4bfcc4

Please sign in to comment.