feat: dynamic title/description

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset 2020-06-07 12:05:08 +02:00 committed by Corentin THOMASSET
parent c4bfad764c
commit db48322ec3
10 changed files with 54 additions and 3 deletions

View file

@ -24,7 +24,8 @@ const toolsComponents = [
text: 'Token generator',
path: '/token-generator',
component: TokenGenerator,
keywords: ['token', 'random', 'string', 'alphanumeric']
keywords: ['token', 'random', 'string', 'alphanumeric'],
description: 'Generate random tokens.'
},
{
icon: 'fa-fingerprint',