mirror of
https://github.com/mue/mue.git
synced 2026-07-23 08:47:19 +02:00
feat(translations): add WIP support for create, fix stats issue
This commit is contained in:
@@ -70,7 +70,7 @@ function Tab(props) {
|
||||
// Addons
|
||||
case addons.added: icon = <Added/>; break;
|
||||
case addons.sideload: icon = <Sideload/>; break;
|
||||
case 'Create': icon = <Create/>; break;
|
||||
case addons.create.title: icon = <Create/>; break;
|
||||
|
||||
// Marketplace
|
||||
case marketplace.photo_packs: icon = <Background/>; break;
|
||||
|
||||
Reference in New Issue
Block a user