mirror of
https://github.com/mue/mue.git
synced 2026-07-27 18:51:05 +02:00
Fix marketplace and addons (WIP)
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user