Skip to content

Commit e22ae14

Browse files
authored
chore: Update Tools component to include Daily Todo App
1 parent 25f6ba5 commit e22ae14

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/app/Tools.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ export default function Tools() {
3333
description: "Play Piano on Web",
3434
url: "https://sopkit.github.io/playable-piano/",
3535
image: "",
36+
},
37+
{
38+
name: "Daily Todo App",
39+
description: "Daily Todo App",
40+
url: "https://sopkit.github.io/daily-todo-app/",
41+
url2:"https://daily-todo-app.pages.dev/",
42+
image: "",
43+
},{
44+
name: "Audio Recorder",
45+
description: "An Audio Recorder with Pause and Download Functionality Using JavaScript",
46+
url: "https://sopkit.github.io/audio-recorder/",
3647
}
3748
];
3849

src/app/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function Home() {
2626
your JavaScript development workflow.
2727
</p>
2828
<p>
29-
<Link href="https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fsopkit.github.io+markdown+to+html">
29+
<Link href="https://www.google.com/search?q=markdown+to+html++++++++++++%0D%0A+++++++site%3Ahttps%3A%2F%2Fsopkit.github.io">
3030
Search SopKit Tools on Google
3131
</Link>
3232
</p>

0 commit comments

Comments
 (0)