chore: prettify json in home

This commit is contained in:
Ibrahima G. Coulibaly
2025-02-27 13:15:52 +00:00
parent d31934b6eb
commit 07c32bc4fe
2 changed files with 23 additions and 23 deletions

View File

@@ -13,7 +13,7 @@ const exampleTools: { label: string; url: string }[] = [
label: 'Create a transparent image',
url: '/png/create-transparent'
},
{ label: 'Convert text to morse code', url: '/string/to-morse' },
{ label: 'Prettify JSON', url: '/json/prettify' },
{ label: 'Change GIF speed', url: '/gif/change-speed' },
{ label: 'Sort a list', url: '/list/sort' },
{ label: 'Compress PNG', url: '/png/compress-png' },