Skip to content

Commit 7d73658

Browse files
committed
Fixed error
1 parent 7619dfd commit 7d73658

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

src/database/blogs/index.tsx

+1-16
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ const blogs: Blog[] = [
5555
"Git is a powerful tool for managing the development of software projects, but it can be challenging to use effectively. ",
5656
slug: "git-best-practicies",
5757
},
58-
{
59-
id: 7,
60-
title: "Mastering Data Structures in Python",
61-
image: "/img/svg/programming.svg",
62-
description:
63-
"Data structures are essential components in computer science, enabling efficient data storage, manipulation, and retrieval.",
64-
slug: "Mastering Data Structures in Python",
65-
},
6658
{
6759
id: 8,
6860
title: "Automating Tasks with Python",
@@ -71,14 +63,7 @@ const blogs: Blog[] = [
7163
"Automation is a powerful way to boost productivity and efficiency by minimizing manual intervention in repetitive tasks.",
7264
slug: "#",
7365
},
74-
{
75-
id: 9,
76-
title: "A Beginner’s Guide to the Top 5 React Hooks",
77-
image: "/img/svg/react.svg",
78-
description:
79-
"Since its inception, React has undergone significant evolution, with each new release introducing enhancements and improvements to the framework.",
80-
slug: "Beginner’s Guide to the Top 5 React Hooks",
81-
},
66+
8267
{
8368
id: 10,
8469
title: "DOM manipulation in JavaScript",

0 commit comments

Comments
 (0)