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 = [ export const toolLinks = [
{ {
title: "doc-to-pdf", title: "doc-converter",
link: "/doc-to-pdf", link: "/doc-converter",
}, },
{ {
title: "img-to-png", title: "img-converter",
link: "/img-to-png", link: "/img-converter",
}, },
{ {
title: "rgb-to-hex", title: "rgb-to-hex",
link: "/rgb-to-hex", link: "/rgb-to-hex",
}, },
{ {
title: "video-to-gif", title: "data-visualizer",
link: "/video-to-gif", link: "/data-visualizer",
}, },
{ {
title: "qr-code-generator", title: "qr-code-generator",