mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 23:06:14 -04:00
feat: dynamic title/description
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
c4bfad764c
commit
db48322ec3
10 changed files with 54 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue