Add Other component category (#1292)

This commit is contained in:
Stefan Ålund
2020-06-15 12:58:20 +02:00
committed by GitHub
parent d6b5bd7769
commit 1855bf381b
@@ -148,6 +148,10 @@ export const CatalogPage: FC<{}> = () => {
id: 'documentation',
label: 'Documentation',
},
{
id: 'other',
label: 'Other',
},
];
return (