Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Iori Ichinose committed Dec 5, 2021
2 parents 4007982 + b4bfcc4 commit 0ecd238
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 0ecd238

Please sign in to comment.