mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-17 09:46:02 +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',
|
||||
icon: 'mdi:swap-horizontal',
|
||||
icon: 'streamline-plump:convert-pdf-1',
|
||||
value: 'translation:categories.converters.description',
|
||||
title: 'translation:categories.converters.title'
|
||||
}
|
||||
@ -154,7 +154,8 @@ const CATEGORIES_USER_TYPES_MAPPINGS: Partial<Record<ToolCategory, UserType>> =
|
||||
png: 'generalUsers',
|
||||
'image-generic': 'generalUsers',
|
||||
video: 'generalUsers',
|
||||
audio: 'generalUsers'
|
||||
audio: 'generalUsers',
|
||||
converters: 'generalUsers'
|
||||
};
|
||||
// Filter tools by user types
|
||||
export const filterToolsByUserTypes = (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user