feat: fixed icons width in sidebar

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset 2020-06-15 22:06:24 +02:00
parent cffbfe3e39
commit 4129169e2b
6 changed files with 149 additions and 13 deletions

View file

@ -101,6 +101,13 @@ const toolsComponents = [
component: () => import('./routes/tools/MarkdownEditor'),
keywords: ['text', 'html', 'markdown']
},
{
icon: 'fa-align-justify',
text: 'Lorem ipsum generator',
path: '/lorem-ipsum-generator',
component: () => import('./routes/tools/LoremIpsumGenerator'),
keywords: ['text', 'dolor', 'sit', 'placeholder', 'fill', 'dummy']
}
],
}
];