mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-17 17:56:38 +00:00
chore:
- convertes type specified (generalUsers) - category icon changed
This commit is contained in:
parent
29a174bc22
commit
13fee3aefa
@ -140,7 +140,7 @@ const categoriesConfig: {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'converters',
|
type: 'converters',
|
||||||
icon: 'mdi:swap-horizontal',
|
icon: 'streamline-plump:convert-pdf-1',
|
||||||
value: 'translation:categories.converters.description',
|
value: 'translation:categories.converters.description',
|
||||||
title: 'translation:categories.converters.title'
|
title: 'translation:categories.converters.title'
|
||||||
}
|
}
|
||||||
@ -154,7 +154,8 @@ const CATEGORIES_USER_TYPES_MAPPINGS: Partial<Record<ToolCategory, UserType>> =
|
|||||||
png: 'generalUsers',
|
png: 'generalUsers',
|
||||||
'image-generic': 'generalUsers',
|
'image-generic': 'generalUsers',
|
||||||
video: 'generalUsers',
|
video: 'generalUsers',
|
||||||
audio: 'generalUsers'
|
audio: 'generalUsers',
|
||||||
|
converters: 'generalUsers'
|
||||||
};
|
};
|
||||||
// Filter tools by user types
|
// Filter tools by user types
|
||||||
export const filterToolsByUserTypes = (
|
export const filterToolsByUserTypes = (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user