change(ui): icon fix
This commit is contained in:
parent
ed5f49d031
commit
f57d2fd282
2 changed files with 5 additions and 6 deletions
|
|
@ -43,11 +43,10 @@ function Modules(props: Props) {
|
|||
<div>
|
||||
<div className='bg-white rounded-lg border p-4'>
|
||||
<h3 className='text-2xl'>Modules</h3>
|
||||
<div className='mt-3'>
|
||||
<p>Copy
|
||||
OpenReplay's modules are a collection of advanced features that provide enhanced functionality.</p>
|
||||
<p>Easily enable any desired module within the user interface to access its capabilities</p>
|
||||
</div>
|
||||
<ul className='mt-3 ml-4 list-disc'>
|
||||
<li>OpenReplay's modules are a collection of advanced features that provide enhanced functionality.</li>
|
||||
<li>Easily enable any desired module within the user interface to access its capabilities</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div className='mt-4 grid grid-cols-3 gap-3'>
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ export const preferences: Category[] = [
|
|||
{ label: 'Integrations', key: PREFERENCES_MENU.INTEGRATIONS, icon: 'plug' },
|
||||
{ label: 'Metadata', key: PREFERENCES_MENU.METADATA, icon: 'tags' },
|
||||
{ label: 'Webhooks', key: PREFERENCES_MENU.WEBHOOKS, icon: 'link-45deg' },
|
||||
{ label: 'Modules', key: PREFERENCES_MENU.MODULES, icon: 'link-45deg' },
|
||||
{ label: 'Modules', key: PREFERENCES_MENU.MODULES, icon: 'people' },
|
||||
{ label: 'Projects', key: PREFERENCES_MENU.PROJECTS, icon: 'folder2' },
|
||||
{ label: 'Roles & Access', key: PREFERENCES_MENU.ROLES_ACCESS, icon: 'diagram-3' },
|
||||
{ label: 'Audit', key: PREFERENCES_MENU.AUDIT, icon: 'list-ul' },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue