Skip to content

Commit de8a01e

Browse files
authored
feat: Add YouTube Tags Generator tool to Tools component
1 parent d26c629 commit de8a01e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/Tools.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ export default function Tools() {
8888
"Create custom scrollbars using CSS. Generate your own scrollbar style with this online tool.",
8989
url: "https://sopkit.github.io/css-custom-scrollbar-maker/",
9090
image: "",
91+
},
92+
{
93+
//https://github.com/SopKit/youtube-tags-generator
94+
name: "YouTube Tags Generator",
95+
description:
96+
"YouTube Tags Generator is a free online tool that helps you to generate tags for your YouTube videos.",
97+
url: "https://sopkit.github.io/youtube-tags-generator/",
9198
}
9299
];
93100

0 commit comments

Comments
 (0)