mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
feat: new tool names and folder renaming
This commit is contained in:
parent
9733de9a39
commit
41cf6c9e49
3 changed files with 6 additions and 6 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue