fix(web/menu): fix button tooltip not displaying on side scroll button

This commit is contained in:
Luke
2022-11-12 13:58:34 +01:00
parent 9b7eef2880
commit 39668aa26a
2 changed files with 10 additions and 10 deletions

View File

@@ -18,12 +18,9 @@ export const debugMenu = () => {
},
{
label: 'Vehicle class',
values: [
{ label: 'nice', description: 'description 1' },
{ label: 'even nicer', description: 'description 2' },
'pogchamp',
],
values: ['pogchamp', 'nice champ', { label: 'POGGERS', description: 'CHAMPPERS' }],
icon: 'tag',
description: 'Side scroll general description',
},
{ label: 'Option 1' },
{ label: 'Option 2' },