feat: new tool names and folder renaming

This commit is contained in:
theoleuthardt 2025-02-14 15:14:37 +01:00
parent 9733de9a39
commit 41cf6c9e49
3 changed files with 6 additions and 6 deletions

View file

@ -1,19 +1,19 @@
export const toolLinks = [
{
title: "doc-to-pdf",
link: "/doc-to-pdf",
title: "doc-converter",
link: "/doc-converter",
},
{
title: "img-to-png",
link: "/img-to-png",
title: "img-converter",
link: "/img-converter",
},
{
title: "rgb-to-hex",
link: "/rgb-to-hex",
},
{
title: "video-to-gif",
link: "/video-to-gif",
title: "data-visualizer",
link: "/data-visualizer",
},
{
title: "qr-code-generator",