Skip to content

Commit 965e176

Browse files
author
sangam14
committed
add
1 parent 0768911 commit 965e176

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

public/data/labs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"labs": [
3-
43
{
54
"id": "ethical-hacker-easy-way",
65
"title": "Ethical Hacker Easy Way",
7-
"description": "Learn how to become an ethical hacker with ChatGPT",
6+
"description": "Ethical Hacker Easy Way",
87
"category": "Ethical Hacking",
98
"path": "/labs/ethical-hacker-easy-way.md",
109
"contributors": ["Sangam Biradar"],

src/components/Labs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const fallbackLabsData = [
1515
{
1616
id: "ethical-hacker-easy-way",
1717
title: "Ethical Hacker Easy Way",
18-
description: "Learn how to become an ethical hacker with ChatGPT",
18+
description: "Ethical Hacker Easy Way",
1919
category: "Ethical Hacking",
2020
path: "/labs/ethical-hacker-easy-way.md",
2121
contributors: ["Sangam Biradar"],

0 commit comments

Comments
 (0)