fix(ui): uxt fixes
This commit is contained in:
parent
5467d90c88
commit
4029718209
3 changed files with 8 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -100,7 +100,7 @@ export const categories: Category[] = [
|
|||
key: 'product-optimization',
|
||||
items: [
|
||||
{ label: 'Feature Flags', key: MENU.FEATURE_FLAGS, icon: 'toggles' },
|
||||
{ label: 'Usability Tests', key: MENU.USABILITY_TESTS, icon: 'columns-gap' },
|
||||
{ label: 'Usability Tests', key: MENU.USABILITY_TESTS, icon: 'clipboard-check' },
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
5
frontend/app/svg/icons/clipboard-check.svg
Normal file
5
frontend/app/svg/icons/clipboard-check.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16">
|
||||
<path d="M9.5 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 .5.5V2a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5z"/>
|
||||
<path d="M3 2.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 0 0-1h-.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1H12a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z"/>
|
||||
<path d="M10.854 7.854a.5.5 0 0 0-.708-.708L7.5 9.793 6.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3Z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 601 B |
Loading…
Add table
Reference in a new issue