Fix marketplace and addons (WIP)

This commit is contained in:
David Ralph
2021-03-07 19:06:49 +00:00
parent 7105360b31
commit 4a427e23d8
9 changed files with 319 additions and 370 deletions

View File

@@ -67,7 +67,7 @@ export default class Tab extends React.PureComponent {
// Store
case 'Themes': icon = <Colors/>; break;
case 'Photo Packs': icon = <Background/>; break;
case 'Quotes Packs': icon = <Quote/>; break;
case 'Quote Packs': icon = <Quote/>; break;
case 'Plugins':
icon = <Plugins/>;
divider = <div><hr/></div>;