+
+
+
{cat}
+
+
+ {toArray(
+ map(categories[cat], (item: ILauncher.IItemOptions) => {
+ return Card(
+ kernel,
+ item,
+ this,
+ this._commands,
+ this._callback
+ );
+ })
+ )}
+
+
+ );
+ sections.push(section);
+ }
+ });
+
+ // Wrap the sections in body and content divs.
+ return (
+